1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

openwrt: add cyassl options, update to LWS_ cmake syntax

This commit is contained in:
John Clark 2014-03-02 16:27:10 -05:00 committed by Andy Green
parent e04ec35a43
commit 25f8b9e230

View file

@ -66,7 +66,7 @@ endef
define Package/libwebsockets/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libwebsockets.so* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libwebsockets.so* $(1)/usr/lib/
endef
define Package/libwebsockets-examples/install