Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py: support optionally building libwally-core as a shared library
Iff the environment contains WALLY_ABI_PY_WHEEL_USE_DSO=1, then: * setup.py will configure and build libwally-core as a shared library; * the Python native extension library will not contain any libwally-core or libsecp256k1 code; and * the dynamic linker will need to find and load libwallycore.so.1 whenever the Python native extension is loaded.
- Loading branch information