mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* search iphoneall rather than cocoaall for Cocoa types on Darwin/AArch64
git-svn-id: trunk@29922 -
This commit is contained in:
parent
1aee714c36
commit
0203f5e32f
@ -7420,7 +7420,7 @@ implementation
|
||||
begin
|
||||
if assigned(objc_fastenumeration) then
|
||||
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'
|
||||
else
|
||||
cocoaunit:='IPHONEALL';
|
||||
|
Loading…
Reference in New Issue
Block a user