From a0f5b0892b41013c8cf4328a935c604b9b98d682 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" Date: Sun, 17 Nov 2013 20:16:09 -0600 Subject: [PATCH] tidying things up a bit --- src/bindings/php/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/php/SConscript b/src/bindings/php/SConscript index 0789332..17f146e 100644 --- a/src/bindings/php/SConscript +++ b/src/bindings/php/SConscript @@ -4,7 +4,7 @@ Import('env') phpenv = env.Clone() phpenv.Append(CPPPATH = ['../../', '/usr/include/php5', '/usr/include/php5/main', '/usr/include/php5/Zend', '/usr/include/php5/TSRM']) -phpenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error']) #'-Wno-unused-variable', '-Wno-unused-label', '-Wno-unused-function', '-Wno-missing-field-initializers', '-Wno-sign-compare']) +phpenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error']) phpenv.Append(SWIGFLAGS = ['-DHAMMER_INTERNAL__NO_STDARG_H', '-Isrc/', '-php']) phpenv.Command("hammer.i", "../swig/hammer.i", Copy("$TARGET", "$SOURCE"))