mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* include imlib for OS/2 and EMX too
git-svn-id: trunk@20357 -
This commit is contained in:
parent
79c8234c8b
commit
f597d18f24
@ -25,7 +25,7 @@ begin
|
||||
P.Description := 'Headers to imlib, an efficient bitmap manipulation program';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
|
||||
P.OSes:=AllUnixOSes-[darwin,iphonesim];
|
||||
P.OSes:=AllUnixOSes+[OS2,EMX]-[darwin,iphonesim];
|
||||
if Defaults.CPU<>arm then
|
||||
P.OSes := P.OSes + [darwin];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user