summaryrefslogtreecommitdiff
path: root/lib/dev
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 /lib/dev
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 'lib/dev')
-rw-r--r--lib/dev/exports.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dev/exports.gyp b/lib/dev/exports.gyp
index e3ca26783..92cf7564b 100644
--- a/lib/dev/exports.gyp
+++ b/lib/dev/exports.gyp
@@ -20,7 +20,7 @@
'nssdev.h',
'nssdevt.h'
],
- 'destination': '<(nss_dist_dir)/private/<(module)'
+ 'destination': '<(nss_private_dist_dir)/<(module)'
}
]
}