Skip to content

Commit 0f1d0aa

Browse files
authored
Disable macOS on x86 (ocaml-flambda#3904)
disable macOS on x86
1 parent 7524bbb commit 0f1d0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ AS_CASE([$host],
15631563
[aarch64-*-darwin*],
15641564
[has_native_backend=yes; arch=arm64; system=macosx],
15651565
[x86_64-*-darwin*],
1566-
[has_native_backend=yes; arch=amd64; system=macosx],
1566+
[AC_MSG_ERROR([macOS on x86 is no longer supported])],
15671567
[x86_64-*-mingw32*],
15681568
[has_native_backend=yes; arch=amd64; system=mingw64],
15691569
[aarch64-*-linux*],

0 commit comments

Comments
 (0)