mirror of https://github.com/hak5/openwrt.git
parent
3b1628215a
commit
37f27e26f3
|
@ -104,7 +104,7 @@ endef
|
|||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/uci{,_config}.h $(1)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/uci{,_config,map}.h $(1)/usr/include
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
|
||||
|
|
Loading…
Reference in New Issue