Skip to content

Commit 4b58c50

Browse files
authored
Update slang-llvm (shader-slang#2409)
* #include an absolute path didn't work - because paths were taken to always be relative. * Update to llvm to version without tinfo requirement. * Kick because package download failed.
1 parent bd11629 commit 4b58c50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deps/target-deps.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"dependencies" : [
55
{
66
"name" : "slang-llvm",
7-
"baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-30/",
7+
"baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-31/",
88
"optional" : true,
99
"packages" :
1010
{
11-
"windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-30-win64.zip" },
12-
"windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-30-win32.zip" },
13-
"linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-30-linux-x86_64-release.zip" },
14-
"macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-30-macosx-x86_64-release.zip" }
15-
}
11+
"windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-31-win64.zip" },
12+
"windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-31-win32.zip" },
13+
"linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-31-linux-x86_64-release.zip" },
14+
"macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-31-macosx-x86_64-release.zip" }
15+
}
1616
},
1717
{
1818
"name" : "slang-glslang",

0 commit comments

Comments
 (0)