add new version and fix tbb link error (#1785)

pull/1788/head
L-Sun 2 years ago committed by GitHub
parent b310d3c8bb
commit 132e6e5dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/u/usd/xmake.lua

@ -4,6 +4,7 @@ package("usd")
add_urls("https://github.com/PixarAnimationStudios/USD/archive/refs/tags/$(version).tar.gz",
"https://github.com/PixarAnimationStudios/USD.git")
add_versions("v23.02", "a8eefff722db0964ce5b11b90bcdc957f3569f1cf1d44c46026ecd229ce7535d")
add_versions("v22.11", "f34826475bb9385a9e94e2fe272cc713f517b987cbea15ee6bbc6b21db19aaae")
add_configs("shared", {description = "Build shared binaries.", default = true, type = "boolean", readonly = true})
@ -19,6 +20,7 @@ package("usd")
on_install("linux", "macosx", "windows|x64", function (package)
local configs = {
"-DTBB_USE_DEBUG_BUILD=OFF",
"-DPXR_BUILD_ALEMBIC_PLUGIN=OFF",
"-DBoost_NO_BOOST_CMAKE=OFF",
"-DPXR_BUILD_EMBREE_PLUGIN=OFF",

Loading…
Cancel
Save