Fixing wildcard in configure (#12)
This commit is contained in:
parent
35d36bf8fa
commit
ddb71cf438
5
configure
vendored
5
configure
vendored
@ -923,11 +923,6 @@ for opt do
|
||||
QEMU_CFLAGS="$QEMU_CFLAGS -fPIC -DAS_LIB=1"
|
||||
QEMU_CXXFLAGS="$QEMU_CXXFLAGS -fPIC -DAS_LIB=1"
|
||||
;;
|
||||
*)
|
||||
echo "ERROR: unknown option $opt"
|
||||
echo "Try '$0 --help' for more information"
|
||||
exit 1
|
||||
;;
|
||||
# everything else has the same name in configure and meson
|
||||
--*) meson_option_parse "$opt" "$optarg"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user