From: Bert Belder Date: Sat, 10 Jan 2015 01:36:17 +0000 (+0100) Subject: deps: don't set zlib's product_name X-Git-Tag: v1.0.0~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad37509c0bb02bf6e86ae6b7e1290f8463a4a7b3;p=platform%2Fupstream%2Fnodejs.git deps: don't set zlib's product_name PR-URL: https://github.com/iojs/io.js/pull/276 Reviewed-by: Ben Noordhuis --- diff --git a/deps/zlib/zlib.gyp b/deps/zlib/zlib.gyp index fad1c94..afcebb4 100644 --- a/deps/zlib/zlib.gyp +++ b/deps/zlib/zlib.gyp @@ -60,7 +60,6 @@ }, 'conditions': [ ['OS!="win"', { - 'product_name': 'chrome_zlib', 'cflags!': [ '-ansi' ], 'defines': [ 'Z_HAVE_UNISTD_H' ], 'sources!': [