From 4bd2fc9e72f4149b9398d827c15ed3d4e7eb2a33 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Sun, 17 Nov 2013 20:56:03 -0600 Subject: [PATCH] sync with php-bindings SConscript --- src/bindings/python/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bindings/python/SConscript b/src/bindings/python/SConscript index 2b1c4cc1..a08e55f9 100644 --- a/src/bindings/python/SConscript +++ b/src/bindings/python/SConscript @@ -1,7 +1,7 @@ # -*- python -*- Import('env') -pythonenv = env.Clone() +pythonenv = env.Clone(IMPLICIT_COMMAND_DEPENDENCIES = 0) pythonenv.Append(CPPPATH = ['../../', '/usr/include/python2.7']) pythonenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error']) @@ -13,4 +13,4 @@ pythonenv.Command("hammer.i", "../swig/hammer.i", Copy("$TARGET", "$SOURCE")) swig = ['hammer.i'] -libhammer_python = pythonenv.SharedLibrary('hammer', swig) \ No newline at end of file +libhammer_python = pythonenv.SharedLibrary('hammer', swig) -- GitLab