From e4189900a19e63f567c2174d2f1bdfed7b8ec958 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Fri, 21 Oct 2016 11:43:12 +0200 Subject: Bug 1311615 - Building with gyp should copy headers, libs, executables to the right directory r=franziskus Differential Revision: https://nss-dev.phacility.com/D104 --- lib/zlib/exports.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zlib') diff --git a/lib/zlib/exports.gyp b/lib/zlib/exports.gyp index b574597a6..c3c020686 100644 --- a/lib/zlib/exports.gyp +++ b/lib/zlib/exports.gyp @@ -24,7 +24,7 @@ 'zlib.h', 'zconf.h', ], - 'destination': '<(PRODUCT_DIR)/dist/<(module)/private' + 'destination': '<(nss_dist_dir)/private/<(module)' } ] }], -- cgit v1.2.1