mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-10 03:30:39 +03:00
Fixed build on non-musl systems
This commit is contained in:
parent
3b4e8fd9fa
commit
6f1a2f6b71
@ -43,7 +43,7 @@ if(UNIX)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
add_definitions(-DUNIX_LINUX)
|
||||
if($ENV{USE_MUSL} STREQUAL "YES")
|
||||
if("$ENV{USE_MUSL}" STREQUAL "YES")
|
||||
add_definitions(-DUNIX_LINUX_MUSL)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user