Skip to content

Commit

Permalink
Small change in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kkol committed Sep 10, 2019
1 parent d401b92 commit 349c869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unixBuildScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Add your QT path here by setting MY_QT_PATH variable
# MY_QT_PATH=/YOUR_PATH_HERE/Qt/5.X/gcc_64/bin/
MY_QT_PATH=/opt/Qt5.9.0/5.9/gcc_64/bin/
BUILD_WITH_OPENGL_330_SUPPORT="no"
BUILD_WITH_OPENGL_330_SUPPORT=$1

MAKE_NUM_THREADS='-j 8'
wget="wget"
Expand Down

0 comments on commit 349c869

Please sign in to comment.