]> git.cworth.org Git - dvonn/commit
Fix compilation by putting libraries late on the command line
authorCarl Worth <cworth@cworth.org>
Fri, 24 Apr 2020 19:08:18 +0000 (12:08 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 24 Apr 2020 19:12:31 +0000 (12:12 -0700)
commit68e0718609201b5aee4d4371f7766da5a6c8808c
treec4fab7d2cd8dde51aa43f0ab1abe967fab951732
parentc043fda4bdb6e84b973fd8d31d32b1beaa552aea
Fix compilation by putting libraries late on the command line

Again, I don't know what changed in the compilation toolchain, but
apparently to get compilation to work now, we need to put libraries we
depend on after the object files that depend on them.
Makefile