mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-03 04:10:50 +02:00
modbuild: add option to pass use-flags
This commit is contained in:
@@ -229,6 +229,13 @@ parse_args() {
|
||||
--system=* )
|
||||
opt_system="${1/*=}"
|
||||
;;
|
||||
--use-flags )
|
||||
USE_FLAGS="y:$2:"
|
||||
shift
|
||||
;;
|
||||
--use-flags=* )
|
||||
USE_FLAGS=":${1/--use-flags=}:"
|
||||
;;
|
||||
--with )
|
||||
opt_with_modules+=( "$2" )
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user