diff --git a/util/buildscripts/build.sh b/util/buildscripts/build.sh index 9669e48b2..8b63138fc 100755 --- a/util/buildscripts/build.sh +++ b/util/buildscripts/build.sh @@ -203,6 +203,17 @@ while [[ $# -gt 0 ]]; do shift ;; + --python) + PYTHON_ROOT="$(realpath "$2")" + shift + shift + ;; + --qt) + QT_ROOT="$(realpath "$2")" + shift + shift + ;; + --skipcompile) SKIPCOMPILE="yes" shift