Selaa lähdekoodia

+ set target unsupported features for system_mos6502_oric

Nikolay Nikolov 3 päivää sitten
vanhempi
commit
2197311153
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -2213,6 +2213,8 @@ begin
       target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     system_z80_msxdos:
       target_unsup_features:=[f_threading,f_dynlibs];
+    system_mos6502_oric:
+      target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     else
       target_unsup_features:=[];
   end;