[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Sep 28 14:55:43 UTC 2018


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

New commits:
commit 8cb8209c911a69442f23f744981e3ed01e44a3fc
Author: Behdad Esfahbod <behdad at behdad.org>
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
 


More information about the HarfBuzz mailing list