summaryrefslogtreecommitdiff
path: root/test/SWIG/implicit-dependencies.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SWIG/implicit-dependencies.py')
-rw-r--r--test/SWIG/implicit-dependencies.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/test/SWIG/implicit-dependencies.py b/test/SWIG/implicit-dependencies.py
index 81e3cf9b..9b3eb8e3 100644
--- a/test/SWIG/implicit-dependencies.py
+++ b/test/SWIG/implicit-dependencies.py
@@ -32,17 +32,6 @@ import sys
import TestSCons
-if sys.platform =='darwin':
- # change to make it work with stock OS X python framework
- # we can't link to static libpython because there isn't one on OS X
- # so we link to a framework version. However, testing must also
- # use the same version, or else you get interpreter errors.
- python = "/System/Library/Frameworks/Python.framework/Versions/Current/bin/python"
- _python_ = '"' + python + '"'
-else:
- python = TestSCons.python
- _python_ = TestSCons._python_
-
test = TestSCons.TestSCons()
swig = test.where_is('swig')
@@ -50,10 +39,9 @@ swig = test.where_is('swig')
if not swig:
test.skip_test('Can not find installed "swig", skipping test.\n')
+_python_ = test.get_quoted_platform_python()
-version = sys.version[:3] # see also sys.prefix documentation
-
test.write("dependency.i", """\
%module dependency