diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index d10f07e52..6b214a866 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -451,12 +451,6 @@ if [ "$SKIP_GOOGLEMAPS" != "1" ] ; then git checkout master git pull --rebase - if [ $PLATFORM = "Darwin" ] ; then - # remove the qt_build_config from .qmake.conf as that fails on Travis - mv .qmake.conf .qmake.conf.bak - cat .qmake.conf.bak | sed -e 's/.*qt_build_config.*//' > .qmake.conf - fi - mkdir -p build cd build $QMAKE -query |