Browse Source

sinclairql: enable commandargs and exitcode features

git-svn-id: trunk@49177 -
Károly Balogh 4 years ago
parent
commit
6ec6d2043b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -3592,7 +3592,7 @@ begin
     system_m68k_amiga:
     system_m68k_amiga:
       target_unsup_features:=[f_dynlibs];
       target_unsup_features:=[f_dynlibs];
     system_m68k_sinclairql:
     system_m68k_sinclairql:
-      target_unsup_features:=[f_threading,f_dynlibs,f_commandargs,f_exitcode];
+      target_unsup_features:=[f_threading,f_dynlibs];
     system_z80_zxspectrum:
     system_z80_zxspectrum:
       target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
       target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     system_z80_msxdos:
     system_z80_msxdos: