1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-20 05:49:26 +03:00

Fixed build on non-musl systems

This commit is contained in:
thepyper
2018-08-09 09:00:16 +02:00
parent 3b4e8fd9fa
commit 6f1a2f6b71
+1 -1
View File
@@ -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()