From d2ac12318644acd563008657c653af7eae248126 Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Sat, 21 Nov 2020 19:01:50 -0500 Subject: Fix Windows build (#1) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcd9003..2c55dcd 100755 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ ALL_OBJECTS := $(C_OBJECTS) $(ASM_OBJECTS) SUBDIRS := $(sort $(dir $(ALL_OBJECTS))) ifeq ($(OS),Windows_NT) -LIB := ../../tools/agbcc/lib/libc.a ../../tools/agbcc/lib/libgcc.a +LIB := ../../tools/agbcc/lib/libc.a ../../tools/agbcc/lib/libgcc.a ../../libagbsyscall/libagbsyscall.a else LIB := -L ../../tools/agbcc/lib -lc -lgcc -L ../../libagbsyscall -lagbsyscall endif -- cgit v1.2.3