Skip to content

Commit 5ef33cf

Browse files
use CPUARM -> CPUAARCH64
1 parent 2fff127 commit 5ef33cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/test/test_start_up_parameter.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ function TTestStartUpParameter.ReadConsoleLogFile: boolean;
595595

596596
initialization
597597
// macOS version does not support startup parameter
598-
{$IFNDEF CPUARM}
598+
{$IFNDEF CPUAARCH64}
599599
{$IFNDEF DARWIN}
600600
RegisterTest(TTestStartUpParameter);
601601
{$ENDIF}

0 commit comments

Comments
 (0)