mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
ltmain.in: Additional sysroot to prepend to libdir
Addition to commit 3221f9f0fb
.
This commit is contained in:
parent
dc3f87dd8e
commit
b8cad780da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user