fix libigl links not found (#4952)

pull/4983/head
Inari0 3 months ago committed by GitHub
parent cc6dd1089e
commit 4737c84fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/l/libigl/xmake.lua

@ -26,7 +26,9 @@ package("libigl")
add_deps("cmake", "eigen")
on_load("macosx", "linux", "windows", "mingw", function (package)
if not package:config("header_only") then
if package:config("header_only") then
package:set("kind", "library", {headeronly = true})
else
raise("Non-header-only version is not supported yet!")
end
if package:config("cgal") then

Loading…
Cancel
Save