diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-04 14:05:28 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-04 14:05:28 (GMT) |
commit | f70b14fb30cfc5d26fc260ee9af26b5ece58b9dd (patch) | |
tree | b0b8512bf7cdaf5ba4d0d3e63c7b4e92aa67d68b /Mac/OSX | |
parent | af2ae72cb20e853091faad0dd11d51e97539881d (diff) | |
download | cpython-f70b14fb30cfc5d26fc260ee9af26b5ece58b9dd.zip cpython-f70b14fb30cfc5d26fc260ee9af26b5ece58b9dd.tar.gz cpython-f70b14fb30cfc5d26fc260ee9af26b5ece58b9dd.tar.bz2 |
"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with
the right compiler flags.
Diffstat (limited to 'Mac/OSX')
-rw-r--r-- | Mac/OSX/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index a44191d..ecb4399 100644 --- a/Mac/OSX/Makefile.in +++ b/Mac/OSX/Makefile.in @@ -9,6 +9,7 @@ prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION) LIBDEST=$(prefix)/lib/python$(VERSION) BUILDPYTHON=$(builddir)/python.exe DESTDIR= +LDFLAGS= @LDFLAGS@ # These are normally glimpsed from the previous set bindir=@exec_prefix@/bin |