aboutsummaryrefslogtreecommitdiff
path: root/generators.py
diff options
context:
space:
mode:
Diffstat (limited to 'generators.py')
-rwxr-xr-xgenerators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators.py b/generators.py
index 951da7b..0a3c589 100755
--- a/generators.py
+++ b/generators.py
@@ -294,7 +294,7 @@ class NinjaGenerator(Generator):
outfile.write(' command = $COMMAND\n')
outfile.write(' restat = 1\n\n')
outfile.write('rule REGENERATE_BUILD\n')
- c = (ninja_quote(self.environment.get_builder_command()),
+ c = (ninja_quote(self.environment.get_build_command()),
ninja_quote(self.environment.get_source_dir()),
ninja_quote(self.environment.get_build_dir()))
outfile.write(" command = '%s' '%s' '%s' -G ninja\n" % c)