summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-16 13:36:24 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-16 13:41:33 +0200
commit45a5c26f170b6e6f023c9f0a751b4bc98d36b6a4 (patch)
treecb5c0a1df7ec492e2585af16cf9f192e7eb7a3d0 /RepositoryExternal.mk
parentbae52ee3ef48d58deb6d7ff312b3f3db20c9c0f2 (diff)
fix dep on python framework on mac
Change-Id: Id80540174ccd141eaf89854da6f80bcc0659b59c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 042512f11cde..5005d11da021 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2997,7 +2997,7 @@ ifeq ($(OS),MACOSX)
$(call gb_ExternalExecutable_set_external,python,$(call gb_UnpackedTarball_get_dir,python3)/python-inst/@__________________________________________________OOO/LibreOfficePython.framework/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/bin/python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR))
# the Zip ensures that internal python has been built (cannot use the Package
# target, as that is not used on Mac)
-$(call gb_ExternalExecutable_add_dependencies,python,$(call gb_Zip_get_outdir_target_for_build,LibreOfficePython.framework))
+$(call gb_ExternalExecutable_add_dependencies,python,$(call gb_GeneratedPackage_get_target_for_build,python3))
else