From 22fb0d07595d1f8640fba409c0aceff63edc22da Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Thu, 10 Nov 2016 11:10:00 -0500 Subject: bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskus Mozilla's build system currently puts NSS public headers directly in $(DIST)/include/nss, so we need a way to override the export directory. --- lib/certdb/exports.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/certdb') diff --git a/lib/certdb/exports.gyp b/lib/certdb/exports.gyp index 348c62997..359c93041 100644 --- a/lib/certdb/exports.gyp +++ b/lib/certdb/exports.gyp @@ -16,7 +16,7 @@ 'certdb.h', 'certt.h' ], - 'destination': '<(nss_dist_dir)/public/<(module)' + 'destination': '<(nss_public_dist_dir)/<(module)' }, { 'files': [ @@ -25,7 +25,7 @@ 'genname.h', 'xconst.h' ], - 'destination': '<(nss_dist_dir)/private/<(module)' + 'destination': '<(nss_private_dist_dir)/<(module)' } ] } -- cgit v1.2.1