Skip to content

Commit ff694ce

Browse files
committed
wip10
1 parent 55fdcdc commit ff694ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kernel = $(shell uname -ms)
1111
ifeq ($(kernel), Darwin arm64)
1212
OS := macos
1313
ARCH := aarch64
14-
ifeq ($(kernel), Darwin x86_64)
14+
else ifeq ($(kernel), Darwin x86_64)
1515
OS := macos
1616
ARCH := x86_64
1717
else ifeq ($(kernel), Linux aarch64)

0 commit comments

Comments
 (0)