mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-13 03:12: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)
|
PWD := $(shell pwd)
|
||||||
|
|
||||||
CC := $(DEVKITPPC)/bin/powerpc-gekko-gcc
|
include $(DEVKITPPC)/base_rules
|
||||||
AR := $(DEVKITPPC)/bin/powerpc-gekko-ar
|
|
||||||
|
|
||||||
OGC := $(DEVKITPRO)/libogc
|
OGC := $(DEVKITPRO)/libogc
|
||||||
INCD := $(OGC)/include
|
INCD := $(OGC)/include
|
||||||
|
|
|
@ -8,8 +8,7 @@ ifeq ($(strip $(DEVKITPRO)),)
|
||||||
$(error "Use export DEVKITPRO=<path to>devkitPRO and try again")
|
$(error "Use export DEVKITPRO=<path to>devkitPRO and try again")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CC := $(DEVKITPPC)/bin/powerpc-gekko-gcc
|
include $(DEVKITPPC)/base_rules
|
||||||
AR := $(DEVKITPPC)/bin/powerpc-gekko-ar
|
|
||||||
|
|
||||||
OGC := $(DEVKITPRO)/libogc
|
OGC := $(DEVKITPRO)/libogc
|
||||||
INCD := $(OGC)/include
|
INCD := $(OGC)/include
|
||||||
|
|
Loading…
Reference in a new issue