summaryrefslogtreecommitdiffstats
path: root/test/SWIG/remove-modules.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-08-26 13:26:48 (GMT)
committerSteven Knight <knight@baldmt.com>2008-08-26 13:26:48 (GMT)
commitf6bd57cdfa43fb809688a45e8b5bb2f76d82a23f (patch)
treee45e153b1ba2ea212f38352eac729fd163655ff1 /test/SWIG/remove-modules.py
parent0307a78b041c16b5e9ad60c19f669e856f32f49f (diff)
downloadSCons-f6bd57cdfa43fb809688a45e8b5bb2f76d82a23f.zip
SCons-f6bd57cdfa43fb809688a45e8b5bb2f76d82a23f.tar.gz
SCons-f6bd57cdfa43fb809688a45e8b5bb2f76d82a23f.tar.bz2
Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)
Diffstat (limited to 'test/SWIG/remove-modules.py')
-rw-r--r--test/SWIG/remove-modules.py2
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