From 4fd9d98dbbf5dbd69be4c28d0da06137b0fe3adf Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 18 Mar 2012 11:05:36 +0000 Subject: [PATCH] * correctly set default version for iPhoneOSVersionMin rather than for MacOSXVersionMin when targeting iOS/iphonesim git-svn-id: trunk@20536 - --- compiler/options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index cc2ca85143..05a85aebfa 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -626,7 +626,7 @@ begin system_i386_iphonesim: begin set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000'); - MacOSXVersionMin:='3.0'; + iPhoneOSVersionMin:='3.0'; end; else internalerror(2012031001);