mirror of
https://github.com/python/cpython.git
synced 2025-11-23 03:56:04 +00:00
Whitespace normalization.
This commit is contained in:
parent
5cc6009f0d
commit
7e8053f921
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ def buildPython():
|
||||||
print "Running configure..."
|
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"%(
|
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(os.path.join(SRCDIR, 'configure')),
|
||||||
shellQuote(SDKPATH), shellQuote(WORKDIR)[1:-1],
|
shellQuote(SDKPATH), shellQuote(WORKDIR)[1:-1],
|
||||||
shellQuote(WORKDIR)[1:-1]))
|
shellQuote(WORKDIR)[1:-1]))
|
||||||
|
|
||||||
print "Running make"
|
print "Running make"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue