mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 06:14:02 -07: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
Add a link
Reference in a new issue