Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
limit bsd
  • Loading branch information
star-hengxing authored Dec 10, 2025
commit 8285b78b06aabc219b72c360f304e9bcaebebf44
2 changes: 1 addition & 1 deletion packages/m/mujoco/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ package("mujoco")
end
end)

on_install("!wasm", function (package)
on_install("!wasm and !bsd", function (package)
if package:dep("qhull"):config("shared") then
-- TODO: patch cmake target_link_libraries
raise("package(mujoco) unsupported shared qhull library")
Expand Down
Loading