Disable libjack package for beos OS

This commit is contained in:
Pierre Muller 2025-03-28 15:40:23 +00:00
parent a093c6e59a
commit 6debe90b07

View File

@ -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');