blob: e96f8024de4c73074aaff1f5e44aecc4e2760d97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile b/Makefile
index d481e68..55aa66e 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ include Makefile.cfg
export CC = gcc -pthread
export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC
-export LDLIBS += -lncursesw
+export LDLIBS += -lncursesw -liconv
SONAME := libstfl.so.0
VERSION := 0.22
|