Skip to content

Commit

Permalink
mbedtls: add static files in staging_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Domagoj Pintaric <[email protected]>
Signed-off-by: Luka Perkov <[email protected]>
  • Loading branch information
dpintaric authored and lperkov committed Jan 16, 2017
1 parent 0b2991a commit b5b8370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/mbedtls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/mbedtls $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.so* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.a $(1)/usr/lib/
endef

define Package/libmbedtls/install
Expand Down

0 comments on commit b5b8370

Please sign in to comment.