From f70b14fb30cfc5d26fc260ee9af26b5ece58b9dd Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 4 Jun 2006 14:05:28 +0000 Subject: [PATCH] "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with the right compiler flags. --- Mac/OSX/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index a44191d055..ecb43990df 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 -- 2.40.0