Fix ubsan bot
This commit is contained in:
parent
b435df3a5b
commit
4cd342baea
|
@ -81,6 +81,7 @@ if HAVE_FREETYPE
|
||||||
TEST_PROGS += test-multithread
|
TEST_PROGS += test-multithread
|
||||||
test_multithread_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS) $(FREETYPE_CFLAGS)
|
test_multithread_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS) $(FREETYPE_CFLAGS)
|
||||||
test_multithread_LDADD = $(LDADD) $(PTHREAD_LIBS) $(FREETYPE_LIBS)
|
test_multithread_LDADD = $(LDADD) $(PTHREAD_LIBS) $(FREETYPE_LIBS)
|
||||||
|
test_multithread_LINK = $(LINK)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue