mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 14:36:55 +02:00
build fix
This commit is contained in:
parent
1e59d92df3
commit
fabb0f734a
1 changed files with 5 additions and 5 deletions
|
@ -115,11 +115,11 @@ set(
|
|||
zt_go_native
|
||||
)
|
||||
|
||||
#if(WIN32)
|
||||
# set(libs ${libs} wsock32 ws2_32 rpcrt4 iphlpapi)
|
||||
#else(WIN32)
|
||||
# set(libs ${libs} pthread)
|
||||
#endif(WIN32)
|
||||
if(WIN32)
|
||||
set(libs ${libs} wsock32 ws2_32 rpcrt4 iphlpapi)
|
||||
else(WIN32)
|
||||
set(libs ${libs} pthread)
|
||||
endif(WIN32)
|
||||
|
||||
#if(BUILD_CENTRAL_CONTROLLER)
|
||||
# set(libs ${libs} rabbitmq-static ${PostgreSQL_LIBRARIES})
|
||||
|
|
Loading…
Add table
Reference in a new issue