mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +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)
|
||||
else()
|
||||
set(GO_EXTRA_LIBRARIES "-lc++")
|
||||
set(GO_EXTRA_LIBRARIES "-lc++" "-lm")
|
||||
endif()
|
||||
endif(WIN32)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue