提交 431bef2e 编写于 作者: B Behdad Esfahbod

Minor build fix

上级 da70111a
......@@ -26,6 +26,15 @@ TEST_PROGS = \
test-version \
$(NULL)
test_unicode_CPPFLAGS = $(AM_CPPFLAGS)
if HAVE_GLIB
test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
endif
if HAVE_ICU
test_unicode_CPPFLAGS += $(ICU_CFLAGS)
endif
if HAVE_OT
TEST_PROGS += \
test-ot-tag \
......@@ -49,7 +58,6 @@ test_c_CPPFLAGS += $(FREETYPE_CFLAGS)
test_cplusplus_CPPFLAGS += $(FREETYPE_CFLAGS)
endif
# Default test running environment
TESTS = $(TEST_PROGS)
TESTS_ENVIRONMENT = \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册