From: Ronald Oussoren Date: Sun, 4 Jun 2006 14:05:28 +0000 (+0000) Subject: "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with X-Git-Tag: v2.5b1~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f70b14fb30cfc5d26fc260ee9af26b5ece58b9dd;p=thirdparty%2FPython%2Fcpython.git "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with the right compiler flags. --- diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index a44191d055e8..ecb43990dfc4 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