summaryrefslogtreecommitdiff
path: root/exports.gyp
diff options
context:
space:
mode:
authorTed Mielczarek <ted@mielczarek.org>2016-11-10 11:10:00 -0500
committerTed Mielczarek <ted@mielczarek.org>2016-11-10 11:10:00 -0500
commit22fb0d07595d1f8640fba409c0aceff63edc22da (patch)
tree6576501b3215cb00222f263560f69582e87b25cb /exports.gyp
parent8999603bb1e429ae3585ef59947421cade6bc1c4 (diff)
downloadnss-hg-22fb0d07595d1f8640fba409c0aceff63edc22da.tar.gz
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.
Diffstat (limited to 'exports.gyp')
-rw-r--r--exports.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/exports.gyp b/exports.gyp
index c4156f8ce..907b5ac88 100644
--- a/exports.gyp
+++ b/exports.gyp
@@ -11,7 +11,7 @@
'type': 'none',
'direct_dependent_settings': {
'include_dirs': [
- '<(nss_dist_dir)/public/nss'
+ '<(nss_public_dist_dir)/nss'
]
},
'dependencies': [
@@ -64,7 +64,7 @@
['disable_dbm==0', {
'direct_dependent_settings': {
'include_dirs': [
- '<(nss_dist_dir)/public/dbm'
+ '<(nss_public_dist_dir)/dbm'
]
},
'dependencies': [