summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cff2195c82..1486966046 100755
--- a/build.sh
+++ b/build.sh
@@ -290,7 +290,7 @@ build_native()
echo "Executing $buildTool install -j $__NumProc"
- $buildTool install -j $__NumProc
+ $buildTool VERBOSE=2 install -j $__NumProc
if [ $? != 0 ]; then
echo "Failed to build $message."
exit 1