mirror of
https://github.com/nasa/trick.git
synced 2025-01-30 16:13:55 +00:00
1682a0d3c5
Other things I tried: 1. Pass the full path of the library directly to the linker. Doesn't work for 32-bit builds because ICG needs the 64-bit version. 2. Use -static to have the linker statically link in the library. Doesn't work because there is no 64-bit static library on default installs. Fixes #525