Skip to content

Commit

Permalink
examples: add $(DEVKITPRO)/tools/bin to path
Browse files Browse the repository at this point in the history
This is where gbafix and the gbfs tools reside these days, it seems.
  • Loading branch information
kusma committed Jun 4, 2018
1 parent bd9630f commit 28e6e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile
Expand Up @@ -14,7 +14,7 @@ endif

DEVKITARM = $(DEVKITPRO)/devkitARM
LIBGBA = $(DEVKITPRO)/libgba
export PATH := $(DEVKITARM)/bin:$(PATH)
export PATH := $(DEVKITARM)/bin:$(DEVKITPRO)/tools/bin:$(PATH)

PIMPMOBILE = ..

Expand Down

0 comments on commit 28e6e48

Please sign in to comment.