mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
Fix test build
This commit is contained in:
parent
6873f6cc42
commit
2966d36032
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue