From 0890b20251e5d042b2f3746e1e46f8da3621d5e9 Mon Sep 17 00:00:00 2001 From: plutoo Date: Thu, 25 Jan 2018 02:08:04 +0100 Subject: [PATCH] Fixed Windows build @fincs --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 8a94238c..5e49174b 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -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