Explorar el Código

* default iOS deployment version for AArch64 is iOS 7

git-svn-id: trunk@29894 -
Jonas Maebe hace 10 años
padre
commit
665a5e509e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      compiler/options.pas

+ 5 - 0
compiler/options.pas

@@ -929,6 +929,11 @@ begin
         set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000');
         set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000');
         iPhoneOSVersionMin:='3.0';
         iPhoneOSVersionMin:='3.0';
       end;
       end;
+    system_aarch64_darwin:
+      begin
+        set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','70000');
+        iPhoneOSVersionMin:='7.0';
+      end
     else
     else
       internalerror(2012031001);
       internalerror(2012031001);
   end;
   end;