]> granicus.if.org Git - python/commitdiff
"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 4 Jun 2006 14:05:28 +0000 (14:05 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 4 Jun 2006 14:05:28 +0000 (14:05 +0000)
the right compiler flags.

Mac/OSX/Makefile.in

index a44191d055e895fe5013ae3f26d390e310059dff..ecb43990dfc42b47949a9b2fa268fd9b81097510 100644 (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