mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* set default target iOS/iPhoneSim version to 9.0 so we no longer depend
on crt.o existing, which is not shipped with the current SDKs anymore git-svn-id: trunk@43822 -
This commit is contained in:
parent
3885ce98ac
commit
6fc79c7ed0
@ -991,14 +991,14 @@ begin
|
||||
system_arm_darwin,
|
||||
system_i386_iphonesim:
|
||||
begin
|
||||
set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000');
|
||||
iPhoneOSVersionMin:='3.0';
|
||||
set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','90000');
|
||||
iPhoneOSVersionMin:='9.0';
|
||||
end;
|
||||
system_aarch64_darwin,
|
||||
system_x86_64_iphonesim:
|
||||
begin
|
||||
set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','70000');
|
||||
iPhoneOSVersionMin:='7.0';
|
||||
set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','90000');
|
||||
iPhoneOSVersionMin:='9.0';
|
||||
end
|
||||
else
|
||||
internalerror(2012031001);
|
||||
|
Loading…
Reference in New Issue
Block a user