From 14a80dbabd9940f5e8cce9dd08b5f3f0bfb1fa94 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Tue, 12 Jan 2016 11:11:09 +0100 Subject: [PATCH] Change LIBS_PTHREAD to PTHREAD_LIBS See https://github.com/tgoyne/aegisub/blob/master/m4macros/ax_pthread.m4#L12 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index d9f64b8c0..cbf985a1b 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) $(LIBS_PTHREAD) +repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(PTHREAD_LIBS) repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU) PROGRAM += $(d)repack-thes-dict