Index: tools/gyp/configurations_make.gypi |
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi |
index abced4d4e2ef2661f2297254e1f81ecace0af4fb..05a3badd5487e3f72761587432a3653141a12855 100644 |
--- a/tools/gyp/configurations_make.gypi |
+++ b/tools/gyp/configurations_make.gypi |
@@ -55,6 +55,7 @@ |
'-Wno-psabi', # suppresses va_list warning |
'-fno-strict-overflow', |
], |
+ 'ldflags': ['-static'], |
}], |
['_toolset=="host"', { |
'cflags': ['-m32', '-msse2'], |