提交 b8a53e44 编写于 作者: B Behdad Esfahbod

We'll have to link to libstdc++ if linking to ICU, so disable test for now

We have to get rid of the ICU in main lib.  Still thinking about best way
to do it.
上级 314905d7
...@@ -96,8 +96,11 @@ main_SOURCES = main.cc ...@@ -96,8 +96,11 @@ main_SOURCES = main.cc
main_CPPFLAGS = $(HBCFLAGS) main_CPPFLAGS = $(HBCFLAGS)
main_LDADD = libharfbuzz.la $(HBLIBS) main_LDADD = libharfbuzz.la $(HBLIBS)
TESTS = \ TESTS =
check-libstdc++.sh \
$(NULL) if HAVE_ICU
else
TESTS += check-libstdc++.sh
endif
-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册