pyuno: rename Executable_python_wrapper.mk

Change-Id: I653cb0e36c1faa622ecc90e0316a1f1fd1e843db
This commit is contained in:
Michael Stahl 2014-03-03 22:47:30 +01:00
parent b3ccc23604
commit fd7cf77ad5
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ endif
# zipcore: pyuno/python.exe on Windows # zipcore: pyuno/python.exe on Windows
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\ $(eval $(call gb_Module_add_targets,pyuno,\
Executable_python_wrapper \ Executable_python \
)) ))
endif endif