Skip to content

Commit 137ae61

Browse files
authored
Fix typo
1 parent 9e3cff5 commit 137ae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif
6464
endif
6565
endif
6666

67-
ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE)
67+
ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE))
6868
ifndef DYNAMIC_ARCH
6969
ifndef NO_AVX2
7070
ifeq ($(C_COMPILER), GCC)

0 commit comments

Comments
 (0)