mirror of https://github.com/xemu-project/xemu.git
meson: remove unnecessary reference to libm
libm is linked into all targets via libqemuutil, no need to specify it explicitly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
56da568f88
commit
0241e0feda
|
@ -110,7 +110,7 @@ foreach m : [
|
|||
[blkio, 'blkio', files('blkio.c')],
|
||||
[curl, 'curl', files('curl.c')],
|
||||
[glusterfs, 'gluster', files('gluster.c')],
|
||||
[libiscsi, 'iscsi', [files('iscsi.c'), libm]],
|
||||
[libiscsi, 'iscsi', files('iscsi.c')],
|
||||
[libnfs, 'nfs', files('nfs.c')],
|
||||
[libssh, 'ssh', files('ssh.c')],
|
||||
[rbd, 'rbd', files('rbd.c')],
|
||||
|
|
Loading…
Reference in New Issue