From ed286878bd817eea5d112710d14fb3af99719638 Mon Sep 17 00:00:00 2001 From: jakcron Date: Fri, 8 Jan 2016 20:50:44 +0800 Subject: [PATCH] [ctrtool] removed silenced warning for hacky code. --- ctrtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/Makefile b/ctrtool/Makefile index 3842b54..0f2361f 100644 --- a/ctrtool/Makefile +++ b/ctrtool/Makefile @@ -16,7 +16,7 @@ else UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) # OS X - CFLAGS += -Wno-unused-local-typedef + CFLAGS += LIBS += -liconv else # Linux