fix libigl on windows (#6172)

pull/6179/head
Inari0 1 month ago committed by GitHub
parent e76d08c499
commit f06c542d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/l/libigl/xmake.lua

@ -19,6 +19,7 @@ package("libigl")
add_configs("embree", {description = "Use embree library.", default = false, type = "boolean"})
if is_plat("windows") then
add_defines("NOMINMAX")
add_syslinks("comdlg32")
elseif is_plat("linux") then
add_syslinks("pthread")

Loading…
Cancel
Save