Skip to content

Commit

Permalink
Add LIBS_PTHREAD to repack-thes-dict
Browse files Browse the repository at this point in the history
Closes Aegisub#28.
  • Loading branch information
tgoyne committed Sep 13, 2015
1 parent c49dd8b commit ea43700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea43700

Please sign in to comment.