mirror of
https://github.com/nasa/trick.git
synced 2025-03-25 13:27:37 +00:00
librt was on added to TRICK_EXEC_LINK_LIBS but it was overwritten. Changed librt to be added to a different variable name, PLATFORM_LIBS and that variable is added to TRICK_EXEC_LINK_LIBS. refs #83