Skip to content

Commit

Permalink
fix libigl on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Jan 17, 2025
1 parent e76d08c commit c06b36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/l/libigl/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c06b36c

Please sign in to comment.