Fix build using wrong dir in bootstrapping

This commit is contained in:
Nicholas Hastings
2023-10-21 19:02:51 -04:00
committed by Nick Hastings
parent ae4e043c3e
commit 17462cbe5a
+1
View File
@@ -92,6 +92,7 @@ def main():
shutil.rmtree('OUTPUT')
if not os.path.isdir('OUTPUT'):
os.makedirs('OUTPUT')
with Chdir('OUTPUT'):
run_shell(config_argv, env = build_env)
if __name__ == '__main__':