Skip to content

Commit eb2fc1a

Browse files
committed
Fix typo
1 parent 496c5c8 commit eb2fc1a

File tree

1 file changed

+1
-1
lines changed
  • contracts/c-sphincs-all-in-one-lock

1 file changed

+1
-1
lines changed

contracts/c-sphincs-all-in-one-lock/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CFLAGS += -I $(SPHINCS_PLUS_DIR) -I $(CUR_BUILD) -I $(cur_dir)/utils
5252

5353
OS := $(shell uname -s)
5454
LDFLAGS :=
55-
if neq($(OS),Darwin)
55+
ifneq($(OS),Darwin)
5656
LDFLAGS += -static -Wl,--gc-sections
5757
endif
5858

0 commit comments

Comments
 (0)