mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
llvm: Add env_set.LIBCLANG_PATH & env_set.LLVM_LIB_DIR (#5170)
* llvm: Add `env_set.LIBCLANG_PATH` * llvm: Add `env_set.LLVM_LIB_DIR`
This commit is contained in:
parent
f8295cb523
commit
de24f7c385
@ -19,6 +19,10 @@
|
||||
},
|
||||
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"LIBCLANG_PATH": "$dir\\bin",
|
||||
"LLVM_LIB_DIR": "$dir\\lib"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/llvm/llvm-project",
|
||||
"regex": "tag/llvmorg-([\\d._]+)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user