mirror of
https://github.com/audacity/conan-recipes.git
synced 2025-12-10 21:08:47 -06:00
More verbose logging
This commit is contained in:
parent
22feb5ea8a
commit
9a33557bcf
@ -81,6 +81,7 @@ def install_recipe(recipe_path:str, config_path:str, profiles:ConanProfiles, rem
|
||||
|
||||
output = subprocess.check_output(cmd).decode('utf-8')
|
||||
|
||||
print("Output from conan install:")
|
||||
print(output, flush=True)
|
||||
|
||||
if not output or len(output) == 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user