summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2022-11-16 10:17:19 -0500
committerGitHub <noreply@github.com>2022-11-16 10:17:19 -0500
commit8d500475bb11b025960bf211d505540867ce68e7 (patch)
tree1376945f610452222fea23e61980512738d9e6ab
parent1643471da0d6239177d11b0301c26d1adf95c0fb (diff)
`slang-llvm` 13.x-32 (#2518)
* #include an absolute path didn't work - because paths were taken to always be relative. * Upgrade to slang-llvm-13.x-32
-rw-r--r--deps/target-deps.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json
index 8ac59f335..cdc2cc110 100644
--- a/deps/target-deps.json
+++ b/deps/target-deps.json
@@ -4,14 +4,14 @@
"dependencies" : [
{
"name" : "slang-llvm",
- "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-31/",
+ "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-32/",
"optional" : true,
"packages" :
{
- "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-31-win64.zip" },
- "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-31-win32.zip" },
- "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-31-linux-x86_64-release.zip" },
- "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-31-macosx-x86_64-release.zip" }
+ "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-32-win64.zip" },
+ "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-32-win32.zip" },
+ "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-32-linux-x86_64-release.zip" },
+ "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-32-macosx-x86_64-release.zip" }
}
},
{