|
@@ -7420,7 +7420,7 @@ implementation
|
|
begin
|
|
begin
|
|
if assigned(objc_fastenumeration) then
|
|
if assigned(objc_fastenumeration) then
|
|
exit;
|
|
exit;
|
|
- if not(target_info.system in [system_arm_darwin,system_i386_iphonesim]) then
|
|
|
|
|
|
+ if not(target_info.system in [system_arm_darwin,system_i386_iphonesim,system_aarch64_darwin]) then
|
|
cocoaunit:='COCOAALL'
|
|
cocoaunit:='COCOAALL'
|
|
else
|
|
else
|
|
cocoaunit:='IPHONEALL';
|
|
cocoaunit:='IPHONEALL';
|