mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +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
|
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';
|
||||||
|
Loading…
Reference in New Issue
Block a user