Skip to content

Commit

Permalink
ffibuild debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Sep 23, 2023
1 parent 0ea515b commit 28206ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ffibuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def build(builder: Builder, verbose: bool) -> bool:

p = run(["python3", builder.path], capture_output=True)

print(p.stdout)
print(p.stderr)

if p.returncode:
print(" Failed!")
if builder.features:
Expand Down

0 comments on commit 28206ab

Please sign in to comment.