Parcourir la source

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

L-Sun il y a 2 ans
Parent
commit
132e6e5dac
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      packages/u/usd/xmake.lua

+ 2 - 0
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",