diff options
-rw-r--r-- | Mac/OSX/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index a44191d..ecb4399 100644 --- a/Mac/OSX/Makefile.in +++ b/Mac/OSX/Makefile.in @@ -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 |