Browse Source

* default iOS deployment version for AArch64 is iOS 7

git-svn-id: trunk@29894 -
Jonas Maebe 10 năm trước cách đây
mục cha
commit
665a5e509e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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');
         iPhoneOSVersionMin:='3.0';
       end;
+    system_aarch64_darwin:
+      begin
+        set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','70000');
+        iPhoneOSVersionMin:='7.0';
+      end
     else
       internalerror(2012031001);
   end;