Browse Source

Darwin: fix mac0S 11.0 version string

Prevents LLVM warnings
Jonas Maebe 2 years ago
parent
commit
f18524f2fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -1366,7 +1366,7 @@ begin
       end;
     system_aarch64_darwin:
       begin
-        if not ParseMacVersionMin(MacOSXVersionMin,iPhoneOSVersionMin,'MAC_OS_X_VERSION_MIN_REQUIRED','11.00.0',false) then
+        if not ParseMacVersionMin(MacOSXVersionMin,iPhoneOSVersionMin,'MAC_OS_X_VERSION_MIN_REQUIRED','11.0.0',false) then
           internalerror(2022090915);
       end
     else