提交 2966d360 编写于 作者: B Behdad Esfahbod

Fix test build

上级 6873f6cc
......@@ -28,12 +28,13 @@ TEST_PROGS = \
$(NULL)
test_unicode_CPPFLAGS = $(AM_CPPFLAGS)
test_unicode_LDADD = $(LDADD)
if HAVE_GLIB
test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
endif
if HAVE_ICU
test_unicode_CPPFLAGS += $(ICU_CFLAGS)
test_unicode_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-icu.la
test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册