From c73197f208447eee2fcfb9bada06be4b8aa7840e Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 30 Oct 2014 12:21:00 -0400 Subject: remove -lboost_regex from linker flags, followup to #521 --- gyp/install.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'gyp') diff --git a/gyp/install.gypi b/gyp/install.gypi index fc0411587b..562f443d16 100644 --- a/gyp/install.gypi +++ b/gyp/install.gypi @@ -23,7 +23,6 @@ ['OS == "linux"', { 'other_ldflags': [ '-L<(boost_root)/lib', - '-lboost_regex', '<@(glfw3_static_libs)', '<@(glfw3_ldflags)', ] -- cgit v1.2.1