Skip to content

Commit f4383d0

Browse files
authored
syntax fix
1 parent 7beba94 commit f4383d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif
6161
ifeq ($(CORE), ARMV9SME)
6262
CCOMMON_OPT += -march=armv9-a+sve2+sme
6363
FCOMMON_OPT += -march=armv9-a+sve2
64-
if defined(OS_WINDOWS)
64+
ifdef OS_WINDOWS
6565
ifeq ($(C_COMPILER), CLANG)
6666
CCOMMON_OPT += --aarch64-stack-hazard-size=0
6767
endif

0 commit comments

Comments
 (0)