summaryrefslogtreecommitdiff
path: root/python/pyversion.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-11 20:19:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-11 20:19:03 +0200
commitf892f979ce17c70ccff5c802db17f24129628504 (patch)
treeb9c5c815b96898c4e32320b60cb7b5010b7ee880 /python/pyversion.mk
parentadb552574038ca62db0f3d1ccf0e80d75cb09f5e (diff)
add dylib to the list of native python modules for Mac (for pyuno.dylib)
Diffstat (limited to 'python/pyversion.mk')
-rw-r--r--python/pyversion.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyversion.mk b/python/pyversion.mk
index baba53838d3f..97c904f2ab79 100644
--- a/python/pyversion.mk
+++ b/python/pyversion.mk
@@ -10,8 +10,6 @@ PYVERSION=$(PYMAJOR).$(PYMINOR).$(PYMICRO)
PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).a
PYTHONLIB=-F$(SOLARLIBDIR) -framework OOoPython
CFLAGS+=-I$(SOLARLIBDIR)/OOoPython.framework/Versions/$(PYMAJOR).$(PYMINOR)/include/python$(PYMAJOR).$(PYMINOR)
-# needed to fix install_name in pyuno
-PYTHON_MAKEINSTALLDIR=%%replaceme%%
.ELSE
PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).so.1.0
PYTHONLIB=-lpython$(PYMAJOR).$(PYMINOR)