mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-24 07:25:06 +02:00
-lm is needed on some platforms, harmless on others
This commit is contained in:
parent
206524b9e6
commit
e213317532
1 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ if(NOT PACKAGE_STATIC)
|
||||||
)
|
)
|
||||||
endif(BUILD_ARM_V5)
|
endif(BUILD_ARM_V5)
|
||||||
else()
|
else()
|
||||||
set(GO_EXTRA_LIBRARIES "-lc++")
|
set(GO_EXTRA_LIBRARIES "-lc++" "-lm")
|
||||||
endif()
|
endif()
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue