"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with

the right compiler flags.
This commit is contained in:
Ronald Oussoren 2006-06-04 14:05:28 +00:00
parent af2ae72cb2
commit f70b14fb30
1 changed files with 1 additions and 0 deletions

View File

@ -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