mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Add dummy handling for new parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user