mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 05:29:26 +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
|
begin
|
||||||
{$ifdef UNIX}
|
{$ifdef UNIX}
|
||||||
|
{$ifdef haiku}
|
||||||
|
testff('/boot/system/lib/libroot.*');
|
||||||
|
{$else}
|
||||||
testff('/etc/host*');
|
testff('/etc/host*');
|
||||||
|
{$endif}
|
||||||
{$else}
|
{$else}
|
||||||
{$ifdef wince}
|
{$ifdef wince}
|
||||||
testff('\windows\calc.*');
|
testff('\windows\calc.*');
|
||||||
|
Loading…
Reference in New Issue
Block a user