From 3e2495500c799f32b23096920adb16dbff18a092 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 31 Dec 2007 14:43:57 -0800 Subject: [PATCH] Fatal typo fix --- Cython/Compiler/Version.py | 2 +- Cython/Mac/DarwinSystem.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cython/Compiler/Version.py b/Cython/Compiler/Version.py index b71c2779..3cc84632 100644 --- a/Cython/Compiler/Version.py +++ b/Cython/Compiler/Version.py @@ -1 +1 @@ -version = '0.9.6.10.1' +version = '0.9.6.10b' diff --git a/Cython/Mac/DarwinSystem.py b/Cython/Mac/DarwinSystem.py index f35ec023..7b82467a 100644 --- a/Cython/Mac/DarwinSystem.py +++ b/Cython/Mac/DarwinSystem.py @@ -24,8 +24,7 @@ py_include_dirs = [ # Python to 2.5.2, this fix should be OK. import distutils.sysconfig as sc python_prefix = sc.get_config_var('prefix') -leopard_python_prefix = -'/System/Library/Frameworks/Python.framework/Versions/2.5' +leopard_python_prefix = '/System/Library/Frameworks/Python.framework/Versions/2.5' full_version = "%s.%s.%s" % sys.version_info[:3] if python_prefix == leopard_python_prefix and full_version == '2.5.1': os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.5" -- 2.26.2