]> granicus.if.org Git - python/commit
Two small changes to adjust framework builds to the new stable ABI
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 7 Dec 2010 14:41:05 +0000 (14:41 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 7 Dec 2010 14:41:05 +0000 (14:41 +0000)
commit0499d0b03ac934e767daf2a8170fa27ff4a1e397
tree549a4fcb130fea91b1ff7386de6b956f9d6f42ce
parent7ed117addf090ac6423cf9e922204b9ac54fe619
Two small changes to adjust framework builds to the new stable ABI

Both the Makefile and the script that is used on OSX to create the binary
installer refer to the directory containing the Makefile using the name
'config'. This name was changed with the new ABI (with default build flags
it is now named config-3.2m).  This patch ensures that both files use the
correct name.

The build-installer.py script contains one other change: it now tests for the
Tcl/Tk framework version by looking at the 'Current' symlink in the framework
instead of runnning a script. This makes it possible to verify the version
that is in the SDK that's used during the build instead of the version that
is installed on the system.
Mac/BuildScript/build-installer.py
Makefile.pre.in