diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-16 13:36:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-16 13:41:33 +0200 |
commit | 45a5c26f170b6e6f023c9f0a751b4bc98d36b6a4 (patch) | |
tree | cb5c0a1df7ec492e2585af16cf9f192e7eb7a3d0 /RepositoryExternal.mk | |
parent | bae52ee3ef48d58deb6d7ff312b3f3db20c9c0f2 (diff) |
fix dep on python framework on mac
Change-Id: Id80540174ccd141eaf89854da6f80bcc0659b59c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
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 |