Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kernel/gx2sploit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It must not be GNU/Linux ? (when wrinting uname -o, it give me this)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It only runs the command below if it is on Windows.

override CURDIR:=$(shell cygpath -m $(CURDIR))
endif
root:=$(CURDIR)
build := $(root)/bin
libs := $(root)/../../libwiiu/bin
Expand Down