Skip to content

Commit 5c09468

Browse files
committed
Disable cross compiling for Apple Silicon
1 parent f5a720a commit 5c09468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,8 @@ compiler-vendor=apple
12151215
dash-dash
12161216

12171217
# Cross compile for Apple Silicon
1218-
cross-compile-hosts=macosx-arm64
1218+
# Disable cross compiling for Apple Silicon
1219+
# cross-compile-hosts=macosx-arm64
12191220

12201221
lldb-no-debugserver
12211222
lldb-use-system-debugserver

0 commit comments

Comments
 (0)