Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build using wrong dir in bootstrapping
  • Loading branch information
psychonic committed Oct 21, 2023
1 parent db12236 commit 460c950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/buildbot/bootstrap.py
Expand Up @@ -92,7 +92,8 @@ def main():
shutil.rmtree('OUTPUT')
if not os.path.isdir('OUTPUT'):
os.makedirs('OUTPUT')
run_shell(config_argv, env = build_env)

run_shell(config_argv, env = build_env)

if __name__ == '__main__':
main()

0 comments on commit 460c950

Please sign in to comment.