ninja
This commit is contained in:
parent
7e0611b526
commit
4dfad0a7fe
8
configure
vendored
8
configure
vendored
@ -291,12 +291,10 @@ while [ $# != 0 ]; do
|
||||
"--docdir")
|
||||
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DOCDIR=$(quote "$2")"; shift;;
|
||||
|
||||
"-G=|--generator="*)
|
||||
GENERATOR="$CMAKE_ARGS -G $(1#*=)";;
|
||||
|
||||
"-G="|"--generator="*)
|
||||
CMAKE_ARGS+="-G"${1#*=};;
|
||||
"-G"|"--generator")
|
||||
GENERATOR="$CMAKE_ARGS -G$(quote "$2")";
|
||||
shift;;
|
||||
CMAKE_ARGS+="-G$"$2; shift;;
|
||||
|
||||
"CC="*)
|
||||
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_C_COMPILER=$(quote "${1#*=}")";;
|
||||
|
Reference in New Issue
Block a user