mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +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
|
zt_go_native
|
||||||
)
|
)
|
||||||
|
|
||||||
#if(WIN32)
|
if(WIN32)
|
||||||
# set(libs ${libs} wsock32 ws2_32 rpcrt4 iphlpapi)
|
set(libs ${libs} wsock32 ws2_32 rpcrt4 iphlpapi)
|
||||||
#else(WIN32)
|
else(WIN32)
|
||||||
# set(libs ${libs} pthread)
|
set(libs ${libs} pthread)
|
||||||
#endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
#if(BUILD_CENTRAL_CONTROLLER)
|
#if(BUILD_CENTRAL_CONTROLLER)
|
||||||
# set(libs ${libs} rabbitmq-static ${PostgreSQL_LIBRARIES})
|
# set(libs ${libs} rabbitmq-static ${PostgreSQL_LIBRARIES})
|
||||||
|
|
Loading…
Add table
Reference in a new issue