Create an "LLD_LIBDIRS" var to override lld loc
This commit is contained in:
committed by
Andrew Kelley
parent
1ef6f068f5
commit
607892a30d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user