mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
win32: correct include path
This commit is contained in:
parent
9700773296
commit
03c7ce7365
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ endif()
|
|||
set(WIN32_HELPERS_PATH ../win32port/win32helpers)
|
||||
|
||||
# from our perspective in ./lib/plat/windows
|
||||
include_directories(../../${WIN32_HELPERS_PATH}../../${WIN32_HELPERS_PATH}/zlib)
|
||||
include_directories(../../${WIN32_HELPERS_PATH} ../../${WIN32_HELPERS_PATH}/zlib)
|
||||
|
||||
list(APPEND SOURCES
|
||||
${WIN32_HELPERS_PATH}/gettimeofday.c
|
||||
|
|
Loading…
Add table
Reference in a new issue