mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
The cxxtools static library is not built anymore after autoreconf, do not attempt to package it
This commit is contained in:
committed by
Xiangfu Liu
parent
81b4266594
commit
61c62b6609
@@ -38,7 +38,7 @@ endef
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/cxxtools $(1)/usr/include/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.{a,so*,la} $(1)/usr/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.{so*,la} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/cxxtools/install
|
||||
|
||||
Reference in New Issue
Block a user