瀏覽代碼

Darwin: fix mac0S 11.0 version string

Prevents LLVM warnings
Jonas Maebe 2 年之前
父節點
當前提交
f18524f2fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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