From 722668df440511301b11909c29b9f62b7aa2439f Mon Sep 17 00:00:00 2001 From: Oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Sat, 3 Nov 2018 20:46:22 -0700 Subject: [PATCH] Fix building Removes the need to edit lib's header files. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fc9168..4f570d3 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,10 @@ SOURCE_DIRS := source EXTRA_OUTPUT_FILES := -LIBRARY_DIRS := $(DEVKITPRO)/libctru $(DEVKITPRO)/portlibs/armv6k +LIBRARY_DIRS := $(DEVKITPRO)/libctru $(DEVKITPRO)/portlibs/armv6k $(DEVKITPRO)/portlibs/3ds LIBRARIES := mpg123 vorbisidec opusfile opus ogg ctru m -BUILD_FLAGS := -Wall -Wextra +BUILD_FLAGS := -Wall -Wextra -I$(DEVKITPRO)/portlibs/armv6k/include/opus -I$(DEVKITPRO)/portlibs/3ds/include/opus RUN_FLAGS := VERSION_PARTS := $(subst ., ,$(shell git describe --tags --abbrev=0))