diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
| commit | e0ce57785f2b0a3c926c3e0518f085f5b0d6b312 (patch) | |
| tree | dda00e868512b6cd0f68cb7ccf25230054e98b43 /repos/extra/spirv-llvm-translator/abuild | |
| parent | 4cac321570f3bc7b1c5e4cf8dd284549faaca934 (diff) | |
| download | alicelinux-e0ce57785f2b0a3c926c3e0518f085f5b0d6b312.tar.gz alicelinux-e0ce57785f2b0a3c926c3e0518f085f5b0d6b312.zip | |
spirv-llvm-translator: updated to 19.1.3
Diffstat (limited to 'repos/extra/spirv-llvm-translator/abuild')
| -rwxr-xr-x | repos/extra/spirv-llvm-translator/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/spirv-llvm-translator/abuild b/repos/extra/spirv-llvm-translator/abuild index 4c13c507..a16cd6dc 100755 --- a/repos/extra/spirv-llvm-translator/abuild +++ b/repos/extra/spirv-llvm-translator/abuild @@ -1,5 +1,5 @@ name=spirv-llvm-translator -version=19.1.2 +version=19.1.3 release=1 source="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${version}/SPIRV-LLVM-Translator-${version}.tar.gz" build_opt="-D BUILD_SHARED_LIBS=ON -D CMAKE_SKIP_INSTALL_RPATH=ON -D LLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr" |