mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8932 from ammubhave/boost_copy_cmake
boost: Copy cmake in InstallDev step
This commit is contained in:
+2
-2
@@ -499,8 +499,8 @@ define Build/InstallDev
|
|||||||
# copies _all_ header files - independent of <--with-library>-argument above
|
# copies _all_ header files - independent of <--with-library>-argument above
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
# copies all compiled archive and shared object files
|
# copies all cmake files, compiled archive and shared object files
|
||||||
$(CP) -v $(PKG_INSTALL_DIR)/lib/*.{a,so*} $(1)/usr/lib/ || :
|
$(CP) -v $(PKG_INSTALL_DIR)/lib/{*.{a,so*},cmake} $(1)/usr/lib/ || :
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|||||||
Reference in New Issue
Block a user