summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Executable_python_wrapper.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk
index 39ff28324174..2f96404b7ae2 100644
--- a/pyuno/Executable_python_wrapper.mk
+++ b/pyuno/Executable_python_wrapper.mk
@@ -7,17 +7,17 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Executable_Executable,pyuno/python))
+$(eval $(call gb_Executable_Executable,python))
-$(eval $(call gb_Executable_add_defs,pyuno/python,\
+$(eval $(call gb_Executable_add_defs,python,\
-DMY_PYVERSION=L\"$(PYTHON_VERSION)\" \
))
-$(eval $(call gb_Executable_use_static_libraries,pyuno/python,\
+$(eval $(call gb_Executable_use_static_libraries,python,\
ooopathutils \
))
-$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\
+$(eval $(call gb_Executable_add_exception_objects,python,\
pyuno/zipcore/python \
))