ltmain.in: Additional sysroot to prepend to libdir

Addition to commit 3221f9f0fb.
This commit is contained in:
Ileana Dumitrescu 2024-05-31 17:56:09 +03:00
parent dc3f87dd8e
commit b8cad780da
No known key found for this signature in database
GPG Key ID: 6570EA01146F7354

View File

@ -6493,7 +6493,7 @@ func_mode_link ()
test no = "$hardcode_direct_absolute"; then
add=$libdir/$linklib
elif test yes = "$hardcode_minus_L"; then
add_dir=-L$libdir
add_dir=-L$lt_sysroot$libdir
add=-l$name
elif test yes = "$hardcode_shlibpath_var"; then
case :$finalize_shlibpath: in