Skip to content

Commit 3729385

Browse files
committed
fix detection of Darwin
1 parent 4be6f0b commit 3729385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.onelib

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ BINT_OBJ=$(MCL_DIR)/$(OBJ_DIR)/bint$(BIT).o
4040

4141
ifeq ($(CPU),x86-64)
4242
_ARCH=amd64
43-
ifeq ($(UNAME_S),Darwin)
43+
ifneq ($(UNAME_S),Darwin)
4444
MCL_MSM?=1
4545
endif
4646
endif

0 commit comments

Comments
 (0)