diff options
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 2159be13197d..fc307e30d191 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -1966,8 +1966,10 @@ endef else # !SYSTEM_PYTHON +# depend on external project because on MACOSX the Package is disabled... define gb_LinkTarget__use_python_headers $(call gb_LinkTarget_use_package,$(1),python3) +$(call gb_LinkTarget_use_external_project,$(1),python3) $(call gb_LinkTarget_set_include,$(1),\ -I$(call gb_UnpackedTarball_get_dir,python3) \ -I$(call gb_UnpackedTarball_get_dir,python3)/PC \ |