diff options
Diffstat (limited to 'test/SWIG/remove-modules.py')
-rw-r--r-- | test/SWIG/remove-modules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SWIG/remove-modules.py b/test/SWIG/remove-modules.py index 5f15dcf..ca681ea 100644 --- a/test/SWIG/remove-modules.py +++ b/test/SWIG/remove-modules.py @@ -72,7 +72,7 @@ foo = Environment(SWIGFLAGS='-python', CPPPATH='%(python_include_dir)s', LDMODULEPREFIX='%(ldmodule_prefix)s', LDMODULESUFFIX='%(_dll)s', - FRAMEWORKSFLAGS='%(python_frameworks_flags)s', + FRAMEWORKS='%(python_frameworks_flags)s', ) import sys |