From ebda6ef9c801278bd15a6499c80fff26071feded Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 20 Jun 2018 01:57:38 +0530 Subject: [PATCH] ninjabackend: Obvious typo, missing space I checked the original commit, and that space should not be there. --- mesonbuild/backend/ninjabackend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(