提交 02d6439f 编写于 作者: B Behdad Esfahbod

Merge pull request #122 from RomainNaour/static-fix

fix static linking with icu-uc
...@@ -34,7 +34,7 @@ test_unicode_CPPFLAGS += $(GLIB_CFLAGS) ...@@ -34,7 +34,7 @@ test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
endif endif
if HAVE_ICU if HAVE_ICU
test_unicode_CPPFLAGS += $(ICU_CFLAGS) test_unicode_CPPFLAGS += $(ICU_CFLAGS)
test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la $(ICU_LIBS)
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册