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