Make sys/build.sh accept custom configure flags
This commit is contained in:
parent
67b5d07514
commit
c5695c2fb9
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ case "$1" in
|
|||
'')
|
||||
:
|
||||
;;
|
||||
-)
|
||||
shift
|
||||
CFGARG="${CFGARG} $*"
|
||||
;;
|
||||
*)
|
||||
PREFIX="$1"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue