mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
[BUG] Correct the problem reported by flarup during installation
This commit is contained in:
parent
b7151bcad5
commit
fc00cfff24
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,7 @@ endif
|
|||
|
||||
PWD := $(shell pwd)
|
||||
|
||||
CC := $(DEVKITPPC)/bin/powerpc-gekko-gcc
|
||||
AR := $(DEVKITPPC)/bin/powerpc-gekko-ar
|
||||
include $(DEVKITPPC)/base_rules
|
||||
|
||||
OGC := $(DEVKITPRO)/libogc
|
||||
INCD := $(OGC)/include
|
||||
|
|
|
@ -8,8 +8,7 @@ ifeq ($(strip $(DEVKITPRO)),)
|
|||
$(error "Use export DEVKITPRO=<path to>devkitPRO and try again")
|
||||
endif
|
||||
|
||||
CC := $(DEVKITPPC)/bin/powerpc-gekko-gcc
|
||||
AR := $(DEVKITPPC)/bin/powerpc-gekko-ar
|
||||
include $(DEVKITPPC)/base_rules
|
||||
|
||||
OGC := $(DEVKITPRO)/libogc
|
||||
INCD := $(OGC)/include
|
||||
|
|
Loading…
Reference in a new issue