summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-06-20 01:57:38 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-06-20 01:57:38 +0530
commit1de253f356d99d48a414f90fa65b2535e23caaa6 (patch)
tree765232e9ed27e3b2fdcab8d42388c60b9c2ed410
parent4aa848d5d6b5d85aa02abcdd445770db801e0b0c (diff)
downloadmeson-nirbheek/fix-cross_args-typo.tar.gz
ninjabackend: Obvious typo, missing spacenirbheek/fix-cross_args-typo
I checked the original commit, and that space should not be there.
-rw-r--r--mesonbuild/backend/ninjabackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py
index 9d72225ac..c32a482ba 100644
--- a/mesonbuild/backend/ninjabackend.py
+++ b/mesonbuild/backend/ninjabackend.py
@@ -1717,7 +1717,7 @@ rule FORTRAN_DEP_HACK%s
if compiler.can_linker_accept_rsp():
command_template = ' command = {executable} @$out.rsp\n' \
' rspfile = $out.rsp\n' \
- ' rspfile_content = $ARGS{cross_args} {output_args} {compile_only_args} $in\n'
+ ' rspfile_content = $ARGS {cross_args} {output_args} {compile_only_args} $in\n'
else:
command_template = ' command = {executable} $ARGS {cross_args} {output_args} {compile_only_args} $in\n'
command = command_template.format(