y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

Static link libstdc++ to improve library compatibility on other Linux versions (fixes #28). #29

Closed kirkrodrigues closed 1 year ago

kirkrodrigues commented 1 year ago

References

28

Description

v0.3.2 couldn't run on Debian 8 because (as the issue identifies) the installed version doesn't support the required CXXABI version.

This PR simply static links libstdc++.

Validation performed