mirror of https://github.com/python/cpython.git
"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with
the right compiler flags.
This commit is contained in:
parent
af2ae72cb2
commit
f70b14fb30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue