From 1299a3cb50eb8f4bac87697467ac71e89e96090a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 4 Feb 2018 10:36:56 +0100 Subject: [PATCH] [Example plugin] Removed hardcoded version from Makefile --- example_plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_plugin/Makefile b/example_plugin/Makefile index 01f4023..55c04b4 100644 --- a/example_plugin/Makefile +++ b/example_plugin/Makefile @@ -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