Sfoglia il codice sorgente

* Remove haiku from list of targets for monitor support

Michaël Van Canneyt 1 anno fa
parent
commit
74e47ccff6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/rtl-objpas/fpmake.pp

+ 1 - 1
packages/rtl-objpas/fpmake.pp

@@ -29,7 +29,7 @@ Const
   AllTargetsObjPas = DateUtilsOses +DateUtilOSes+
                   VarutilsOses + ConvutilsOSes + ConvutilOSes + StdConvsOSes+
                   FmtBCDOSes + StrUtilsOSes + UITypesOSes;
-  MonitorOSes   = [Win32,win64]+UnixLikes-[BeOS];
+  MonitorOSes   = [Win32,win64]+UnixLikes-[BeOS,Haiku];
   CommonSrcOSes = [atari,emx,gba,go32v2,msdos,nds,netware,wince,nativent,os2,netwlibc,sinclairql,human68k,symbian,watcom,wii,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
 
 Var