mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
"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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue