Add dummy handling for new parameters

This commit is contained in:
baldurk
2026-06-24 13:15:24 +01:00
parent 20b908968f
commit 3316a82d14
+11
View File
@@ -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