mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
* Try to fix problem with gdbver executable
git-svn-id: trunk@20110 -
This commit is contained in:
parent
b5cc3fbd6c
commit
a088820cfe
@ -69,7 +69,7 @@ begin
|
||||
Installer.BuildEngine.Log(vlCommand,'GDB-lib found, compiling and running gdbver to obtain GDB-version');
|
||||
Installer.BuildEngine.Compile(P,GdbVerTarget);
|
||||
p.Targets.Delete(GdbVerTarget.Index);
|
||||
Installer.BuildEngine.ExecuteCommand(AddProgramExtension('src/gdbver',HostOS),'-o src/gdbver.inc');
|
||||
Installer.BuildEngine.ExecuteCommand(AddProgramExtension('.'+PathDelim+'gdbver',HostOS),'-o src'+PathDelim+'gdbver.inc');
|
||||
|
||||
// Pass -dUSE_MINGW_GDB to the compiler when a MinGW gdb is used
|
||||
if FileExists(GdbLibDir+PathDelim+MinGWGdbLibName) then
|
||||
|
Loading…
Reference in New Issue
Block a user