mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 04:18:31 +02:00
Disable libjack package for beos OS
This commit is contained in:
parent
a093c6e59a
commit
6debe90b07
@ -24,7 +24,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'Headers for the JACK Audio Connection Kit library';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
P.OSes := AllUnixOSes+[win32,win64]-[qnx];
|
||||
P.OSes := AllUnixOSes+[win32,win64]-[qnx,beos];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [android];
|
||||
P.SourcePath.Add('src');
|
||||
|
Loading…
Reference in New Issue
Block a user