diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-21 01:38:04 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:31 +0200 |
commit | a546bf8d5b4246ff60a7d96baf9adcfc5872ffc2 (patch) | |
tree | 982e8f5699423ac5c4c2b4aa61c9a34874387164 /pyuno | |
parent | 70f834827b141daa24cf2149d3792ebaa6b7c0eb (diff) |
pyuno: rename the python wrapper executable
Putting it in a subdirectory on solver is no longer necessary since
python3 started delivering to INSTDIR, so lose the crazy naming.
Change-Id: I17e924e5d872768a64f6a3112f1294f3def7120e
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Executable_python_wrapper.mk | 8 |
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 \ )) |