mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Change LIBS_PTHREAD to PTHREAD_LIBS
See https://github.com/tgoyne/aegisub/blob/master/m4macros/ax_pthread.m4#L12
This commit is contained in:
parent
9ed553e5fb
commit
14a80dbabd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user