1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-03 18:08:02 -05:00

fix gdb libtool invocation path

This commit is contained in:
Stefan Bühler 2014-11-27 14:08:31 +01:00 committed by Daniel Stenberg
parent 0b311834eb
commit 557ca620e4

View File

@ -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";
} }
} }