src/mdw-cross.in: Add the cross-built libraries to the runtime search path.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Nov 2019 17:12:27 +0000 (17:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 10 May 2020 18:35:19 +0000 (19:35 +0100)
commita5a10b252abe51b8bcf8d3c1659cb03a112c161d
treea0de4af3fff86b031548052c6a37e929cca27c40
parenta38fd096fec7a4d80e5ad0e134434ff9b8d39eaa
src/mdw-cross.in: Add the cross-built libraries to the runtime search path.

Libtool sets the `RPATH' in binaries, but libraries linked using plain
`ld' don't by default, and then there is sadness.
src/cross.in