summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-04 13:47:22 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-04 13:47:56 +0100
commit75a2c5014826e3095a49799eaa40f461dfddabcb (patch)
treefa4577c279b5ecac36715cd686898f37c850d230
parentf4ad79dcc50b0d40fba3b979eb5d59ee8a19dcf0 (diff)
RepositoryExternal.mk: try to fix python3 external on Mac
Change-Id: I934d6b89624482e9bca763a1b6c8efac86dff39e
-rw-r--r--RepositoryExternal.mk2
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 \