Browse Source

Tweak silent qt

tags/v1.0
falkTX 4 years ago
parent
commit
f8c2590feb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-qt.sh

+ 1
- 1
build-qt.sh View File

@@ -94,7 +94,7 @@ function build_qt_conf() {
pushd "${pkgdir}"
# NOTE: Qt win32 builds are very verbose, too many warnings, which makes CI build fail
if [ "${WIN32}" -eq 1 ] && [ -n "${TRAVIS_BUILD_DIR}" ]; then
make ${MAKE_ARGS} 1>/dev/null
make ${MAKE_ARGS} 2>/dev/null
else
make ${MAKE_ARGS}
fi


Loading…
Cancel
Save