Fix custom configure
This commit is contained in:
parent
e9067843cd
commit
e3abb81904
8
configure
vendored
8
configure
vendored
@ -783,13 +783,13 @@ for opt do
|
|||||||
;;
|
;;
|
||||||
--as-shared-lib)
|
--as-shared-lib)
|
||||||
as_shared_lib="yes"
|
as_shared_lib="yes"
|
||||||
QEMU_CFLAGS="$QEMU_CFLAGS -fPIC -DAS_LIB=1"
|
CFLAGS="$CFLAGS -fPIC -DAS_LIB=1"
|
||||||
QEMU_CXXFLAGS="$QEMU_CXXFLAGS -fPIC -DAS_LIB=1"
|
CXXFLAGS="$CXXFLAGS -fPIC -DAS_LIB=1"
|
||||||
;;
|
;;
|
||||||
--as-static-lib)
|
--as-static-lib)
|
||||||
as_static_lib="yes"
|
as_static_lib="yes"
|
||||||
QEMU_CFLAGS="$QEMU_CFLAGS -fPIC -DAS_LIB=1"
|
CFLAGS="$CFLAGS -fPIC -DAS_LIB=1"
|
||||||
QEMU_CXXFLAGS="$QEMU_CXXFLAGS -fPIC -DAS_LIB=1"
|
CXXFLAGS="$CXXFLAGS -fPIC -DAS_LIB=1"
|
||||||
;;
|
;;
|
||||||
# everything else has the same name in configure and meson
|
# everything else has the same name in configure and meson
|
||||||
--*) meson_option_parse "$opt" "$optarg"
|
--*) meson_option_parse "$opt" "$optarg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user