mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:17:30 +03:00
fix gdb libtool invocation path
This commit is contained in:
parent
0b311834eb
commit
557ca620e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue