We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5390b commit 997b31dCopy full SHA for 997b31d
1 file changed
Tools/wasm/wasi.py
@@ -174,7 +174,7 @@ def make_build_python(context, working_dir):
174
@subdir(BUILD_DIR)
175
def pythoninfo_build_python(context, working_dir):
176
"""Display build info of the build Python."""
177
- call(["make", "pythoninfo"], context=context)
+ call(["make", "pythoninfo"], quiet=context.quiet)
178
179
180
def find_wasi_sdk():
@@ -334,7 +334,7 @@ def build_all(context):
334
@subdir(lambda context: CROSS_BUILD_DIR / context.host_triple)
335
def pythoninfo_wasi_python(context, working_dir):
336
"""Display build info of the host/WASI Python."""
337
338
339
340
def clean_contents(context):
0 commit comments