diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:57:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:57:05 +0000 |
commit | 0d5f149f5d93144c35f5b548a87cad94cb3b91ca (patch) | |
tree | 47b91549f1f71bd5d358dc38c6c4040c5e5f4e57 /pyuno | |
parent | 681fd1cc81910ec86c29c479f06b5c2064cb7e66 (diff) |
INTEGRATION: CWS obo19 (1.15.8); FILE MERGED
2007/11/27 14:52:31 obo 1.15.8.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/loader/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk index 964a3f20f4cc..31d4808d5e70 100644 --- a/pyuno/source/loader/makefile.mk +++ b/pyuno/source/loader/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: hr $ $Date: 2007-09-27 12:51:55 $ +# last change: $Author: obo $ $Date: 2008-01-04 14:57:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,9 @@ DIRECT = $(LINKFLAGSDEFS) .IF "$(SYSTEM_PYTHON)" == "YES" PYTHONLIB=$(PYTHON_LIBS) CFLAGS+=$(PYTHON_CFLAGS) +.IF "$(EXTRA_CFLAGS)"!="" +PYTHONLIB+=-framework Python +.ENDIF # "$(EXTRA_CFLAGS)"!="" .ELSE .INCLUDE : pyversion.mk |