From ea43700531e3c9d45161d1fa5b30f0871066b011 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 13 Sep 2015 12:12:17 +0200 Subject: [PATCH] Add LIBS_PTHREAD to repack-thes-dict Closes https://github.com/Aegisub/Aegisub/pull/28. --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 81bcef39f..d9f64b8c0 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ PROGRAM += $(d)osx-bundle-restart-helper endif repack-thes-dict_OBJ := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a -repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) +repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_PTHREAD) repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU) PROGRAM += $(d)repack-thes-dict