Skip to content
Open
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
5 changes: 1 addition & 4 deletions packages/u/usd/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ package("usd")

if on_check then
on_check(function (package)
if not package:is_plat("macosx") then
assert(package:is_arch("x64", "x86_64"), "package(usd) only support x86")
end
if package:version() and package:version():eq("25.08") and
package:is_plat("linux") and package:has_tool("cxx", "clang") then

Expand Down Expand Up @@ -88,7 +85,7 @@ package("usd")
package:addenv("PXR_PLUGINPATH_NAME", "lib/usd")
end)

on_install("linux", "macosx", "windows", function (package)
on_install("!wasm", function (package)
local configs = {
"-DPXR_BUILD_TESTS=OFF",
"-DPXR_BUILD_EXAMPLES=OFF",
Expand Down
Loading