]> git.draconx.ca Git - cdecl99.git/commitdiff
Fix testcase compilation with --disable-shared.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 02:21:50 +0000 (21:21 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 02:24:30 +0000 (21:24 -0500)
Since the libtest library depends on functions in libcdecl,
we must list libcdecl after libtest on the linker command line,
otherwise required objects from static libcdecl will not be
pulled in to the link.  A similar problem also occurs when
building tests with LDFLAGS=-Wl,--as-needed.


No differences found