chipmunk2d: improve syslinks

pull/4245/head^2
star9029 6 months ago
parent 0c7b81b46c
commit 81fbc1ca40
  1. 4
      packages/c/chipmunk2d/xmake.lua

@ -22,9 +22,7 @@ package("chipmunk2d")
add_deps("cmake") add_deps("cmake")
if is_plat("linux") then if is_plat("linux", "bsd") then
add_syslinks("pthread", "m")
elseif is_plat("bsd") then
add_syslinks("pthread", "m") add_syslinks("pthread", "m")
elseif is_plat("android") then elseif is_plat("android") then
add_syslinks("log", "m") add_syslinks("log", "m")

Loading…
Cancel
Save