Skip to content

Commit 1b74be7

Browse files
authored
Revert "Disable macOS on x86" (ocaml-flambda#3916)
Revert "Disable macOS on x86 (ocaml-flambda#3904)" This reverts commit 0f1d0aa.
1 parent 79633d2 commit 1b74be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
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-
[AC_MSG_ERROR([macOS on x86 is no longer supported])],
1566+
[has_native_backend=yes; arch=amd64; system=macosx],
15671567
[x86_64-*-mingw32*],
15681568
[has_native_backend=yes; arch=amd64; system=mingw64],
15691569
[aarch64-*-linux*],

0 commit comments

Comments
 (0)