-
Notifications
You must be signed in to change notification settings - Fork 137
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 pkgconfig to use system-installed libsecp256k1_zkp
If the environment contains WALLY_ABI_PY_WHEEL_USE_PKG_SECP256K1=1 (and the amalgamated objects are not being built), then the pkgconfig Python module will be called to find the include path for the system-installed libsecp256k1_zkp, and the secp256k1 submodule will not be checked out. WALLY_ABI_PY_WHEEL_USE_PKG_SECP256K1 can alternatively be set to a specific package name if the pkg-config name of the system-installed libsecp256k1-zkp is something other than 'libsecp256k1_zkp'.
- Loading branch information
Showing
1 changed file
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters