2
0
Эх сурвалжийг харах

* correctly set default version for iPhoneOSVersionMin rather than for
MacOSXVersionMin when targeting iOS/iphonesim

git-svn-id: trunk@20536 -

Jonas Maebe 13 жил өмнө
parent
commit
4fd9d98dbb

+ 1 - 1
compiler/options.pas

@@ -626,7 +626,7 @@ begin
     system_i386_iphonesim:
     system_i386_iphonesim:
       begin
       begin
         set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000');
         set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000');
-        MacOSXVersionMin:='3.0';
+        iPhoneOSVersionMin:='3.0';
       end;
       end;
     else
     else
       internalerror(2012031001);
       internalerror(2012031001);