diff --git a/kernel/gx2sploit/Makefile b/kernel/gx2sploit/Makefile index 98028c0..83f9055 100755 --- a/kernel/gx2sploit/Makefile +++ b/kernel/gx2sploit/Makefile @@ -3,7 +3,9 @@ CFLAGS=-std=gnu99 -nostdinc -fno-builtin -c LD=powerpc-eabi-ld LDFLAGS=-Ttext 1800000 --oformat binary project := src +ifeq ($(shell uname -o),Cygwin) override CURDIR:=$(shell cygpath -m $(CURDIR)) +endif root:=$(CURDIR) build := $(root)/bin libs := $(root)/../../libwiiu/bin