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

Fix broken CyaSSL support

This commit is contained in:
wonder-mice 2015-04-30 23:19:42 -07:00
parent 38bca2992a
commit 5ac60bc57d

View file

@ -521,7 +521,7 @@ if (LWS_WITH_SSL)
# Additional to the root directory we need to include
# the cyassl/ subdirectory which contains the OpenSSL
# compatability layer headers.
foreach(inc ${CYASSL_LIBRARIES})
foreach(inc ${CYASSL_INCLUDE_DIRS})
include_directories("${inc}" "${inc}/cyassl")
endforeach()