mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 13:59:10 +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;
|
function FindDefaultMakePath: string;
|
||||||
begin
|
begin
|
||||||
|
{$IFDEF FreeBSD}
|
||||||
|
Result:=FindDefaultExecutablePath('gmake');
|
||||||
|
{$ELSE}
|
||||||
Result:=FindDefaultExecutablePath('make');
|
Result:=FindDefaultExecutablePath('make');
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function GetDefaultCompiledUnitExt(FPCVersion, FPCRelease: integer): string;
|
function GetDefaultCompiledUnitExt(FPCVersion, FPCRelease: integer): string;
|
||||||
|
Loading…
Reference in New Issue
Block a user