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)