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:
parent
38bca2992a
commit
5ac60bc57d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue