Skip to content

Commit

Permalink
Probably fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Nov 21, 2023
1 parent e74aa09 commit ef74b51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/buildbot/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@ def main():
if not os.path.isdir('OUTPUT'):
print("Creating output directory...")
os.mkdir('OUTPUT')
print("Changing to output directory...")
with Chdir('OUTPUT'):
print("Running configure.py...")
run_shell(config_argv, env = build_env)
print("Running configure.py...")
run_shell(config_argv, env = build_env)

if __name__ == '__main__':
main()

0 comments on commit ef74b51

Please sign in to comment.