anura-engine / anura

Anura Engine
Other
384 stars 78 forks source link

Declare explicit linker deps #347

Closed Rotonen closed 1 year ago

Rotonen commented 1 year ago

The recent iterative work on getting a CI going has exposed that modern linkers, such as LLD, want one to be more explicit about the full set of things to be linked in.

Added libstdc++ and libm as explicit linker dependencies.