diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 63a867e1a..e41d6fd42 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -21,7 +21,6 @@ PKG_CPE_ID:=cpe:/a:libexpat:expat CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk define Package/libexpat @@ -52,5 +51,4 @@ define Package/libexpat/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/ endef -$(eval $(call HostBuild)) $(eval $(call BuildPackage,libexpat))