Skip to content

Commit 9ff5464

Browse files
committed
Fixed compilation for Linux ARM-Aaarch64.
1 parent 931c84f commit 9ff5464

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/common/kernel/linux/mseguiintf.pas

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{$define glibc-table}
1919
{$endif}
2020

21+
{$if defined(linux) and defined(cpuaarch64)}
22+
{$define glibc-table}
23+
{$endif}
24+
2125
{$if defined(darwin)}
2226
{$define glibc-table}
2327
{$endif}

0 commit comments

Comments
 (0)