From f18524f2fe32fdbb798b38a19d9e9bbc24fef3e4 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 29 Oct 2022 14:13:53 +0200 Subject: [PATCH] Darwin: fix mac0S 11.0 version string Prevents LLVM warnings --- compiler/options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index ae4f0baafb..0647c01ff8 100644 --- a/compiler/options.pas +++ b/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