Commit 9f8fcc9b authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Make get_compile_targets.py work on Windows

BUG=422235
R=bartfab@chromium.org

Review URL: https://codereview.chromium.org/671513014

Cr-Commit-Position: refs/heads/master@{#300668}
parent 851cfc61
...@@ -32,7 +32,7 @@ def main(argv): ...@@ -32,7 +32,7 @@ def main(argv):
with common.temporary_file() as tempfile_path: with common.temporary_file() as tempfile_path:
rc = common.run_command( rc = common.run_command(
[os.path.join(common.SCRIPT_DIR, filename)] + [sys.executable, os.path.join(common.SCRIPT_DIR, filename)] +
passthrough_args + passthrough_args +
[ [
'compile_targets', 'compile_targets',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment