Skip to content

Commit

Permalink
[build] fix lib link order
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Oct 3, 2021
1 parent 7627c41 commit 3d31b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formats/logfmt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ logfmt_parser_test_SOURCES = \
logfmt.parser.test.cc

logfmt_parser_test_LDADD = \
$(top_builddir)/src/base/libbase.a \
liblogfmt.a
liblogfmt.a \
$(top_builddir)/src/base/libbase.a

TESTS = \
logfmt.parser.test

0 comments on commit 3d31b2b

Please sign in to comment.