]> git.cworth.org Git - dvonn/commitdiff
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)
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.


No differences found