[Python-checkins] r46643 - python/trunk/Mac/OSX/Makefile.in

ronald.oussoren python-checkins at python.org
Sun Jun 4 16:05:45 CEST 2006


Author: ronald.oussoren
Date: Sun Jun  4 16:05:28 2006
New Revision: 46643

Modified:
   python/trunk/Mac/OSX/Makefile.in
Log:
"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with
the right compiler flags.


Modified: python/trunk/Mac/OSX/Makefile.in
==============================================================================
--- python/trunk/Mac/OSX/Makefile.in	(original)
+++ python/trunk/Mac/OSX/Makefile.in	Sun Jun  4 16:05:28 2006
@@ -9,6 +9,7 @@
 LIBDEST=$(prefix)/lib/python$(VERSION)
 BUILDPYTHON=$(builddir)/python.exe
 DESTDIR=
+LDFLAGS=        @LDFLAGS@
 
 # These are normally glimpsed from the previous set
 bindir=@exec_prefix@/bin


More information about the Python-checkins mailing list