Skip to content

Commit

Permalink
Tweak build script 馃悕
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Nov 21, 2023
1 parent d981e25 commit 8140cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildbot/bootstrap.py
Expand Up @@ -91,7 +91,7 @@ def main():
if output_needs_cleaning():
shutil.rmtree('OUTPUT')
if not os.path.isdir('OUTPUT'):
os.makedirs('OUTPUT')
os.mkdir('OUTPUT')
with Chdir('OUTPUT'):
run_shell(config_argv, env = build_env)

Expand Down

0 comments on commit 8140cb2

Please sign in to comment.