Skip to content

Commit 4670133

Browse files
committed
Fix missing variable
1 parent 4c685db commit 4670133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonbuild/buildenv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def install_toolchain(
200200
binutils=False,
201201
musl=False,
202202
clang=False,
203+
static=False,
203204
):
204205
if binutils:
205206
self.install_toolchain_archive(build_dir, "binutils", platform)

0 commit comments

Comments
 (0)