mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Create an "LLD_LIBDIRS" var to override lld loc
This commit is contained in:
parent
1ef6f068f5
commit
607892a30d
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ else()
|
|||
string(TOUPPER ${_libname_} _prettylibname_)
|
||||
find_library(LLD_${_prettylibname_}_LIB NAMES ${_libname_}
|
||||
PATHS
|
||||
${LLD_LIBDIRS}
|
||||
/usr/lib/llvm-10/lib
|
||||
/usr/local/llvm100/lib
|
||||
/mingw64/lib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue