cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Shift to use dynamic lookup for undefined symbols in shared libraries #1040

Closed hsorby closed 2 years ago

hsorby commented 2 years ago

When linking to Python we will lookup symbols at runtime and not link time. All other library symbols are resolved at link time.

Fixes #1039.