Merge pull request #122 from RomainNaour/static-fix
fix static linking with icu-uc
This commit is contained in:
commit
02d6439f42
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue