mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:39:38 +02:00
* added Darwin/AArch64 support to the objc unit
git-svn-id: trunk@29927 -
This commit is contained in:
parent
28a713494c
commit
6d0f0f430d
@ -3,7 +3,7 @@ unit objc;
|
||||
|
||||
{$ifdef darwin}
|
||||
{$define targethandled}
|
||||
{$if defined(iphonesim) or defined(cpuarm) or defined(cpux86_64) or defined(cpupowerpc64)}
|
||||
{$if defined(iphonesim) or defined(cpuarm) or defined(cpux86_64) or defined(cpupowerpc64) or defined(cpuaarch64)}
|
||||
{$i objcnf.inc}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user