Skip to content

Commit 30e0c2a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cb282f1 commit 30e0c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
windows = "--plat-name=win_amd64" in sys.argv or platform.system() == "Windows"
2424
static = bool(not windows and pathlib.Path(".git").exists())
25-
static = static and os.environ.get("BTCLIB_LIBSECP256K1_DYNAMIC", 'false') != "true"
25+
static = static and os.environ.get("BTCLIB_LIBSECP256K1_DYNAMIC", "false") != "true"
2626
secp256k1_dir = pathlib.Path(__file__).parent.resolve() / "secp256k1"
2727
libs_dir = secp256k1_dir / ".libs"
2828
include_dir = secp256k1_dir / "include"

0 commit comments

Comments
 (0)