We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb282f1 commit 30e0c2aCopy full SHA for 30e0c2a
build.py
@@ -22,7 +22,7 @@
22
23
windows = "--plat-name=win_amd64" in sys.argv or platform.system() == "Windows"
24
static = bool(not windows and pathlib.Path(".git").exists())
25
-static = static and os.environ.get("BTCLIB_LIBSECP256K1_DYNAMIC", 'false') != "true"
+static = static and os.environ.get("BTCLIB_LIBSECP256K1_DYNAMIC", "false") != "true"
26
secp256k1_dir = pathlib.Path(__file__).parent.resolve() / "secp256k1"
27
libs_dir = secp256k1_dir / ".libs"
28
include_dir = secp256k1_dir / "include"
0 commit comments