diff options
Diffstat (limited to 'package/libusb-compat/libusb-compat.mk')
-rw-r--r-- | package/libusb-compat/libusb-compat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libusb-compat/libusb-compat.mk b/package/libusb-compat/libusb-compat.mk index d44eb27d3..9920d5a3a 100644 --- a/package/libusb-compat/libusb-compat.mk +++ b/package/libusb-compat/libusb-compat.mk @@ -18,4 +18,4 @@ endef LIBUSB_COMPAT_POST_INSTALL_STAGING_HOOKS+=LIBUSB_COMPAT_FIXUP_CONFIG $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) |