summaryrefslogtreecommitdiff
path: root/exports.gyp
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-21 11:43:12 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-21 11:43:12 +0200
commite4189900a19e63f567c2174d2f1bdfed7b8ec958 (patch)
tree10b49b009b6d2928e6e55cd93d7f8ae9c64de0e5 /exports.gyp
parente826756a695bd527610ac3d41f9d3c4383bc6999 (diff)
downloadnss-hg-e4189900a19e63f567c2174d2f1bdfed7b8ec958.tar.gz
Bug 1311615 - Building with gyp should copy headers, libs, executables to the right directory r=franziskus
Differential Revision: https://nss-dev.phacility.com/D104
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 bb990a40b..c4156f8ce 100644
--- a/exports.gyp
+++ b/exports.gyp
@@ -11,7 +11,7 @@
'type': 'none',
'direct_dependent_settings': {
'include_dirs': [
- '<(PRODUCT_DIR)/dist/nss/public'
+ '<(nss_dist_dir)/public/nss'
]
},
'dependencies': [
@@ -64,7 +64,7 @@
['disable_dbm==0', {
'direct_dependent_settings': {
'include_dirs': [
- '<(PRODUCT_DIR)/dist/dbm/public'
+ '<(nss_dist_dir)/public/dbm'
]
},
'dependencies': [