Darwin: fix mac0S 11.0 version string

Prevents LLVM warnings
This commit is contained in:
Jonas Maebe 2022-10-29 14:13:53 +02:00
parent cd8ddffe42
commit f18524f2fe

View File

@ -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