diff options
author | Marc-André Lureau | 2019-07-24 17:23:16 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-08-21 12:30:23 +0200 |
commit | ab3180515c6a5f080623cde07c9b89ece77abb19 (patch) | |
tree | 4a5d2c16c307f1914adfa42fcaed3ecf6c108d0c /configure | |
parent | meson: convert net directory to Meson (diff) | |
download | qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.tar.gz qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.tar.xz qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.zip |
meson: convert backends directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4741,6 +4741,7 @@ EOF if compile_prog "" "-lnuma" ; then numa=yes libs_softmmu="-lnuma $libs_softmmu" + numa_libs="-lnuma" else if test "$numa" = "yes" ; then feature_not_found "numa" "install numactl devel" @@ -8367,6 +8368,7 @@ fi if test "$numa" = "yes"; then echo "CONFIG_NUMA=y" >> $config_host_mak + echo "NUMA_LIBS=$numa_libs" >> $config_host_mak fi if test "$ccache_cpp2" = "yes"; then |