aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-26 12:37:26 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-26 12:39:00 -0700
commitf091b8b7052a3a1137573c6cca80c4c49ac4d54e (patch)
treecc4dcc534c74e53017e551f34b63fce3312970e6
parent77f545b38e474addfc8b744fe5f738a8f880b6f3 (diff)
downloadsubsurface-f091b8b7052a3a1137573c6cca80c4c49ac4d54e.tar.gz
Fix Travis breakage (and overall breakage)
I can't believe this slipped through my review. How embarrassing. Credit goes to Anton Lundin for spotting this. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-xscripts/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 5f4dc6077..88437c765 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -19,7 +19,6 @@
# create a log file of the build
exec 1> >(tee build.log) 2>&1
-export CMAKE_PREFIX_PATH=/home/torvalds/src/qt5/qtbase/lib/cmake
SRC=$(pwd)
PLATFORM=$(uname)