diff options
Diffstat (limited to 'Examples/python/import/bar.dsp')
-rw-r--r-- | Examples/python/import/bar.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/python/import/bar.dsp b/Examples/python/import/bar.dsp index 43cc97a7b..beb64b926 100644 --- a/Examples/python/import/bar.dsp +++ b/Examples/python/import/bar.dsp @@ -118,7 +118,7 @@ InputName=bar echo PYTHON_INCLUDE: %PYTHON_INCLUDE% echo PYTHON_LIB: %PYTHON_LIB% echo on - ..\..\..\swig -c -c++ -python $(InputPath) + ..\..\..\swig -noruntime -c++ -python $(InputPath) # End Custom Build @@ -133,7 +133,7 @@ InputName=bar echo PYTHON_INCLUDE: %PYTHON_INCLUDE% echo PYTHON_LIB: %PYTHON_LIB% echo on - ..\..\..\swig -c -c++ -python $(InputPath) + ..\..\..\swig -noruntime -c++ -python $(InputPath) # End Custom Build |