diff --git a/compile_single_file.py b/compile_single_file.py index 8af9ce140..d1974006d 100644 --- a/compile_single_file.py +++ b/compile_single_file.py @@ -59,7 +59,7 @@ def main(): command = [ 'python3', - os.path.join(DEPOT_TOOLS_DIR, 'ninja.py'), '-C', abs_build_dir, + os.path.join(DEPOT_TOOLS_DIR, 'autoninja.py'), '-C', abs_build_dir, '%s%s' % (src_relpath, carets) ] # |shell| should be set to True on Windows otherwise the carets characters