mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix gdb libtool invocation path
This commit is contained in:
parent
0b311834eb
commit
557ca620e4
@ -4933,7 +4933,7 @@ if ($gdbthis) {
|
||||
if($c eq "#! /") {
|
||||
# A shell script. This is typically when built with libtool,
|
||||
$libtool = 1;
|
||||
$gdb = "libtool --mode=execute gdb";
|
||||
$gdb = "../libtool --mode=execute gdb";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user