mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:09:32 +02:00
IDE: using gmake as default under freebsd
git-svn-id: trunk@21365 -
This commit is contained in:
parent
eb83d753dc
commit
6e27090dbc
@ -73,7 +73,11 @@ end;
|
||||
---------------------------------------------------------------------------}
|
||||
function FindDefaultMakePath: string;
|
||||
begin
|
||||
{$IFDEF FreeBSD}
|
||||
Result:=FindDefaultExecutablePath('gmake');
|
||||
{$ELSE}
|
||||
Result:=FindDefaultExecutablePath('make');
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
function GetDefaultCompiledUnitExt(FPCVersion, FPCRelease: integer): string;
|
||||
|
Loading…
Reference in New Issue
Block a user