Browse Source

Merge pull request #8932 from ammubhave/boost_copy_cmake

boost: Copy cmake in InstallDev step
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
87dc5dd7dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/boost/Makefile

+ 2
- 2
libs/boost/Makefile View File

@ -499,8 +499,8 @@ define Build/InstallDev
# copies _all_ header files - independent of <--with-library>-argument above
$(INSTALL_DIR) $(1)/usr/lib
# copies all compiled archive and shared object files
$(CP) -v $(PKG_INSTALL_DIR)/lib/*.{a,so*} $(1)/usr/lib/ || :
# copies all cmake files, compiled archive and shared object files
$(CP) -v $(PKG_INSTALL_DIR)/lib/{*.{a,so*},cmake} $(1)/usr/lib/ || :
endef
define Host/Install


Loading…
Cancel
Save