Fixed Windows build @fincs

This commit is contained in:
plutoo 2018-01-25 02:08:04 +01:00
parent c0c922e8b8
commit 0890b20251

View File

@ -86,7 +86,7 @@ export OFILES := $(addsuffix .o,$(BINFILES)) \
export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
-I. \
-iquote$(CURDIR)/include/switch/
-iquote $(CURDIR)/include/switch/
.PHONY: clean all