summaryrefslogtreecommitdiff
path: root/lib/util/exports.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/exports.gyp')
-rw-r--r--lib/util/exports.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/exports.gyp b/lib/util/exports.gyp
index 05cf2ae1f..eb220d2db 100644
--- a/lib/util/exports.gyp
+++ b/lib/util/exports.gyp
@@ -49,14 +49,14 @@
'utilparst.h',
'utilrename.h'
],
- 'destination': '<(nss_dist_dir)/public/<(module)'
+ 'destination': '<(nss_public_dist_dir)/<(module)'
},
{
'files': [
'templates.c',
'verref.h'
],
- 'destination': '<(nss_dist_dir)/private/<(module)'
+ 'destination': '<(nss_private_dist_dir)/<(module)'
}
]
}