Skip to content

Commit 3cefa0c

Browse files
committed
fixed build
1 parent 432bb75 commit 3cefa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/system.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ifeq ($(PLATFORM),Linux)
5959
else ifeq ($(PLATFORM),BSD)
6060
OBJ_LDFLAGS_X86 = -m elf_i386
6161
OBJ_LDFLAGS_X86_64 = -m elf_x86_64
62-
else ifeq ($(PLATFORM),Windows
62+
else ifeq ($(PLATFORM),Windows)
6363
OBJ_LDFLAGS_X86 = -m i386pe
6464
OBJ_LDFLAGS_X86_64 = -m i386pep
6565
endif

0 commit comments

Comments
 (0)