summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-04-03 15:33:34 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-10-09 00:29:37 +0530
commitc3003b33a191e90d460b951f3281f84b9539e00d (patch)
treedf5eff67124e5cf02655bbb5549619d76769c031
parentd52b33fd4f7eb5715b386622961c8305a7bc15a2 (diff)
ninja.recipe: Output full command-lines when building
This helps debug build issues. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/634>
-rw-r--r--recipes/build-tools/ninja.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/ninja.recipe b/recipes/build-tools/ninja.recipe
index 7bbddbb0..0ec7e6ff 100644
--- a/recipes/build-tools/ninja.recipe
+++ b/recipes/build-tools/ninja.recipe
@@ -14,7 +14,7 @@ class Recipe(recipe.Recipe):
files_bin = ['bin/ninja']
def configure(self):
- shell.new_call([self.config.python_exe, 'configure.py', '--bootstrap'],
+ shell.new_call([self.config.python_exe, 'configure.py', '--bootstrap', '--verbose'],
self.build_dir, logfile=self.logfile, env=self.env)
def install(self):