summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-26 12:31:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-05-26 12:31:20 (GMT)
commit7e8053f921bf665cf6af38c5709247d36ac05d78 (patch)
treef6a8957ec27b2b40504ec849d3921c92e1b63b3f /Mac
parent5cc6009f0d4f5fcf19b4854c55659f8dca136cc2 (diff)
downloadcpython-7e8053f921bf665cf6af38c5709247d36ac05d78.zip
cpython-7e8053f921bf665cf6af38c5709247d36ac05d78.tar.gz
cpython-7e8053f921bf665cf6af38c5709247d36ac05d78.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/OSX/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/BuildScript/build-installer.py b/Mac/OSX/BuildScript/build-installer.py
index 2308059..b24f5dc 100755
--- a/Mac/OSX/BuildScript/build-installer.py
+++ b/Mac/OSX/BuildScript/build-installer.py
@@ -593,7 +593,7 @@ def buildPython():
print "Running configure..."
runCommand("%s -C --enable-framework --enable-universalsdk=%s LDFLAGS='-g -L%s/libraries/usr/local/lib' OPT='-g -O3 -I%s/libraries/usr/local/include' 2>&1"%(
shellQuote(os.path.join(SRCDIR, 'configure')),
- shellQuote(SDKPATH), shellQuote(WORKDIR)[1:-1],
+ shellQuote(SDKPATH), shellQuote(WORKDIR)[1:-1],
shellQuote(WORKDIR)[1:-1]))
print "Running make"