diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-26 12:37:26 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-26 12:39:00 -0700 |
commit | f091b8b7052a3a1137573c6cca80c4c49ac4d54e (patch) | |
tree | cc4dcc534c74e53017e551f34b63fce3312970e6 | |
parent | 77f545b38e474addfc8b744fe5f738a8f880b6f3 (diff) | |
download | subsurface-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-x | scripts/build.sh | 1 |
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) |