Browse Source

Disable libjack package for beos OS

Pierre Muller 5 months ago
parent
commit
6debe90b07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/libjack/fpmake.pp

+ 1 - 1
packages/libjack/fpmake.pp

@@ -24,7 +24,7 @@ begin
     P.Email := '';
     P.Email := '';
     P.Description := 'Headers for the JACK Audio Connection Kit library';
     P.Description := 'Headers for the JACK Audio Connection Kit library';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?
     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
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [android];
       P.OSes := P.OSes - [android];
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');