mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
[Example plugin] Removed hardcoded version from Makefile
This commit is contained in:
parent
85dcbea20d
commit
1299a3cb50
@ -28,7 +28,7 @@ LIB_INC_DIRS := $(DEVKITPPC)/lib/gcc/powerpc-eabi/$(GCC_VER)/include \
|
|||||||
|
|
||||||
include makefile.mk
|
include makefile.mk
|
||||||
|
|
||||||
LIB_DIRS += $(DEVKITPPC)/lib\gcc\powerpc-eabi\6.3.0
|
LIB_DIRS += $(DEVKITPPC)/lib/gcc/powerpc-eabi/$(GCC_VER)
|
||||||
LIBS += gcc
|
LIBS += gcc
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Parameters
|
# Parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user