Skip to content

Commit 6d3efb2

Browse files
authored
Update Makefile.x86_64
1 parent d9ff2cd commit 6d3efb2

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
@@ -31,7 +31,7 @@ ifndef NO_AVX2
3131
ifeq ($(C_COMPILER), GCC)
3232
CCOMMON_OPT += -mavx2
3333
endif
34-
ifeq $(F_COMPILER), GFORTRAN)
34+
ifeq ($(F_COMPILER), GFORTRAN)
3535
FCOMMON_OPT += -mavx2
3636
endif
3737
endif

0 commit comments

Comments
 (0)