mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 19:08:15 +02:00
* patch from #28557 by Oliver, correct libroot for Haiku
git-svn-id: trunk@31361 -
This commit is contained in:
parent
b74a104e48
commit
70df08d5be
@ -20,7 +20,11 @@ end;
|
||||
|
||||
begin
|
||||
{$ifdef UNIX}
|
||||
testff('/etc/host*');
|
||||
{$ifdef haiku}
|
||||
testff('/boot/system/lib/libroot.*');
|
||||
{$else}
|
||||
testff('/etc/host*');
|
||||
{$endif}
|
||||
{$else}
|
||||
{$ifdef wince}
|
||||
testff('\windows\calc.*');
|
||||
|
Loading…
Reference in New Issue
Block a user