Skip to content

Commit aa9e751

Browse files
macOS: Update custom options for aarch64 architecture to use -WM10.15
Reason: The newer xCode linker is no longer compatible with the current FPC compiler. Await a future FPC fix. This is a temporary workaround.
1 parent b76cff2 commit aa9e751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/project/tracker_editor/trackereditor.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
begin
7777
If TargetCPU = 'aarch64' then
7878
begin
79-
CustomOptions += '-WM11.0';
79+
CustomOptions += '-WM10.15';
8080
end
8181
else
8282
begin

0 commit comments

Comments
 (0)