Skip to content

Commit

Permalink
Attempted build dir fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic authored Oct 21, 2023
1 parent 460c950 commit 59cf1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/buildbot/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def main():
shutil.rmtree('OUTPUT')
if not os.path.isdir('OUTPUT'):
os.makedirs('OUTPUT')

run_shell(config_argv, env = build_env)
with Chdir('OUTPUT'):
run_shell(config_argv, env = build_env)

if __name__ == '__main__':
main()

0 comments on commit 59cf1fd

Please sign in to comment.