Skip to content

Commit

Permalink
liblttoolbox3 must be linked with libicu
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBunk authored and TinoDidriksen committed Apr 24, 2022
1 parent 848abfe commit 644df16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lttoolbox/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ instdir = lttoolbox
lib_LTLIBRARIES= liblttoolbox3.la
liblttoolbox3_la_SOURCES= $(h_sources) $(cc_sources)
liblttoolbox3_la_LDFLAGS= -version-info $(SOVERSION) -release $(VERSION_API)
liblttoolbox3_la_LIBADD= $(ICU_LIBS)

lttoolboxdir = $(prefix)/share/lttoolbox
lttoolboxinclude = $(prefix)/include
Expand Down

0 comments on commit 644df16

Please sign in to comment.