test/api/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cb8209c911a69442f23f744981e3ed01e44a3fc
Author: Behdad Esfahbod <[email protected]>
Date:   Fri Sep 28 10:55:28 2018 -0400

    Fix bot fails

diff --git a/test/api/Makefile.am b/test/api/Makefile.am
index ce609854..20057aa2 100644
--- a/test/api/Makefile.am
+++ b/test/api/Makefile.am
@@ -81,7 +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)
+test_multithread_LINK = $(LINK) $(test_multithread_LDADD)
 endif
 endif
 
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to