wscript
changeset 4394 dced016d5f49
parent 4393 4d9d3ff807a9
child 4395 489abe44ed7e
--- a/wscript	Wed Apr 22 13:06:22 2009 +0200
+++ b/wscript	Wed Apr 22 13:59:10 2009 +0200
@@ -291,6 +291,7 @@
     conf.find_program('valgrind', var='VALGRIND')
 
     if Options.options.enable_static and \
+            not conf.env['ENABLE_PYTHON_BINDINGS'] and \
             env['PLATFORM'].startswith('linux'):
         conf.env['ENABLE_STATIC_NS3'] = Options.options.enable_static