configure: fix -L flags for lld-link
This commit is contained in:
parent
2a22972db3
commit
6e48050568
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -5174,7 +5174,7 @@ probe_cc(){
|
|||
# but we can force it back to gnu mode and get the version from there.
|
||||
_ident=$($_cc -flavor gnu --version 2>/dev/null)
|
||||
_ld_o='-out:$@'
|
||||
_flags_filter=msvc_flags
|
||||
_flags_filter=msvc_flags_link
|
||||
_ld_lib='%.lib'
|
||||
_ld_path='-libpath:'
|
||||
elif VSLANG=1033 $_cc -nologo- 2>&1 | grep -q ^Microsoft || { $_cc -v 2>&1 | grep -q clang && $_cc -? > /dev/null 2>&1; }; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue