Fix build using wrong dir in bootstrapping
This commit is contained in:
parent
ae4e043c3e
commit
17462cbe5a
@ -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)
|
||||
with Chdir('OUTPUT'):
|
||||
run_shell(config_argv, env = build_env)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user