From 0737683e17c5c6d62bce7e4bad591eeda3b7848e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 2 Jul 2018 09:50:10 -0700 Subject: [PATCH] remove explicit linking to libz --- binding.gyp | 3 --- 1 file changed, 3 deletions(-) diff --git a/binding.gyp b/binding.gyp index 7277def8..6540cb7c 100644 --- a/binding.gyp +++ b/binding.gyp @@ -63,9 +63,6 @@ './src/module.cpp', './src/vtquery.cpp' ], - 'link_settings': { - 'libraries': [ '-lz' ] - }, 'ldflags': [ '-Wl,-z,now', ],