mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-28 04:36:39 -05:00
[Example plugin] Removed hardcoded version from Makefile
This commit is contained in:
@@ -28,7 +28,7 @@ LIB_INC_DIRS := $(DEVKITPPC)/lib/gcc/powerpc-eabi/$(GCC_VER)/include \
|
||||
|
||||
include makefile.mk
|
||||
|
||||
LIB_DIRS += $(DEVKITPPC)/lib\gcc\powerpc-eabi\6.3.0
|
||||
LIB_DIRS += $(DEVKITPPC)/lib/gcc/powerpc-eabi/$(GCC_VER)
|
||||
LIBS += gcc
|
||||
###############################################################################
|
||||
# Parameters
|
||||
|
||||
Reference in New Issue
Block a user