mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 10:13:07 +02:00
cxxtools has it's own tools, so built them to not require them being installed on the host system
This commit is contained in:
parent
010db57b0d
commit
add5797b1c
@ -18,6 +18,7 @@ PKG_INSTALL:=1
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libiconv/include
|
||||
@ -47,4 +48,5 @@ define Package/cxxtools/install
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.so* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
$(eval $(call BuildPackage,cxxtools))
|
||||
|
Loading…
Reference in New Issue
Block a user