mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
Darwin: fix mac0S 11.0 version string
Prevents LLVM warnings
This commit is contained in:
parent
cd8ddffe42
commit
f18524f2fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user