Przeglądaj źródła

* darwin targets should have also monitor support

florian 2 tygodni temu
rodzic
commit
e74303e3f9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -2219,7 +2219,7 @@ begin
 
   { monitor support? }
   if not(target_info.system in systems_aix+systems_bsd+systems_linux+
-    systems_nativent+systems_solaris+systems_wasm+systems_all_windows) then
+    systems_nativent+systems_solaris+systems_wasm+systems_all_windows+systems_darwin) then
     Include(target_unsup_features,f_monitor);
 
   if def then