From 9ae3640b0e26819a8df2ce8ba4541f94dea92d5c Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Wed, 1 Apr 2009 14:59:59 +0000 Subject: Fix typo in configure line that caused the build installer to not use the right LDFLAGS settings. --- Mac/BuildScript/build-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 763eaf6..974fe52 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -651,7 +651,7 @@ def buildPython(): 'libraries', 'usr', 'local', 'lib') print "Running configure..." runCommand("%s -C --enable-framework --enable-universalsdk=%s " - "--with-universal-archs=%s --with-computed-gotos" + "--with-universal-archs=%s --with-computed-gotos " "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), -- cgit v0.12