Fix ubsan bot

This commit is contained in:
Behdad Esfahbod 2018-09-28 09:47:45 -04:00
parent b435df3a5b
commit 4cd342baea
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ if HAVE_FREETYPE
TEST_PROGS += test-multithread
test_multithread_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS) $(FREETYPE_CFLAGS)
test_multithread_LDADD = $(LDADD) $(PTHREAD_LIBS) $(FREETYPE_LIBS)
test_multithread_LINK = $(LINK)
endif
endif