diff options
Diffstat (limited to 'package/python-setuptools/python-setuptools.mk')
-rw-r--r-- | package/python-setuptools/python-setuptools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index 70ebb85a7..3d4b8d6f2 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -28,5 +28,5 @@ define PYTHON_SETUPTOOLS_INSTALL_TARGET_CMDS endef $(eval $(call GENTARGETS)) -$(eval $(call GENTARGETS,host)) +$(eval $(host-generic-package)) |