mirror of https://github.com/odrling/Aegisub
Add LIBS_PTHREAD to repack-thes-dict
Closes https://github.com/Aegisub/Aegisub/pull/28.
This commit is contained in:
parent
c49dd8bd96
commit
ea43700531
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue