mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build under ARM64 (macOS)
This commit is contained in:
parent
37b0a3ff8b
commit
e89064de97
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ uses
|
|||
, Unix, DCOSUtils, DCFileAttributes, DCConvertEncoding
|
||||
{$ENDIF};
|
||||
|
||||
{$IF DEFINED(DARWIN)}
|
||||
{$IF DEFINED(DARWIN) AND DEFINED(CPUX86_64)}
|
||||
const
|
||||
DARWIN_MAXPATHLEN = 1024;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue