We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fdcdc commit ff694ceCopy full SHA for ff694ce
Makefile
@@ -11,7 +11,7 @@ kernel = $(shell uname -ms)
11
ifeq ($(kernel), Darwin arm64)
12
OS := macos
13
ARCH := aarch64
14
-ifeq ($(kernel), Darwin x86_64)
+else ifeq ($(kernel), Darwin x86_64)
15
16
ARCH := x86_64
17
else ifeq ($(kernel), Linux aarch64)
0 commit comments