diff options
Diffstat (limited to 'package/pkg-python.mk')
-rw-r--r-- | package/pkg-python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pkg-python.mk b/package/pkg-python.mk index 79e6bcfa68..9cfd8200f4 100644 --- a/package/pkg-python.mk +++ b/package/pkg-python.mk @@ -220,5 +220,5 @@ endef # python-package -- the target generator macro for Python packages ################################################################################ -python-package = $(call inner-python-package,$(call pkgname),$(call UPPERCASE,$(call pkgname)),$(call UPPERCASE,$(call pkgname)),$(call pkgparentdir),target) -host-python-package = $(call inner-python-package,host-$(call pkgname),$(call UPPERCASE,host-$(call pkgname)),$(call UPPERCASE,$(call pkgname)),$(call pkgparentdir),host) +python-package = $(call inner-python-package,$(pkgname),$(call UPPERCASE,$(pkgname)),$(call UPPERCASE,$(pkgname)),$(pkgparentdir),target) +host-python-package = $(call inner-python-package,host-$(pkgname),$(call UPPERCASE,host-$(pkgname)),$(call UPPERCASE,$(pkgname)),$(pkgparentdir),host) |