1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-08 00:34:57 +03:00

Merge pull request #627 from thepyper/master

Merge PR #627: musl support
This commit is contained in:
Ilya Shipitsin
2018-08-12 19:08:30 +05:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@ -44,6 +44,9 @@ if(UNIX)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
add_definitions(-DUNIX_LINUX)
if("$ENV{USE_MUSL}" STREQUAL "YES")
add_definitions(-DUNIX_LINUX_MUSL)
endif()
endif()
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")