Merge pull request #591 from textshell/ninja-quote

ninjabackend: Add missing ninja_quote for cross compilation rule.
This commit is contained in:
Jussi Pakkanen 2016-06-14 22:40:12 +03:00 committed by GitHub
commit f7eef79c0d
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ rule FORTRAN_DEP_HACK
else:
command_template = ' command = %s %s $ARGS %s %s %s $in\n'
command = command_template % \
(' '.join(compiler.get_exelist()),\
(' '.join([ninja_quote(i) for i in compiler.get_exelist()]),\
' '.join(cross_args),
' '.join(quoted_depargs),\
' '.join(compiler.get_output_args('$out')),\