qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for 6.1] meson.build: relax the libdl test to one for the fun


From: Paolo Bonzini
Subject: Re: [PATCH for 6.1] meson.build: relax the libdl test to one for the function dlopen
Date: Wed, 14 Jul 2021 13:00:45 +0200

> -  libdl = cc.find_library('dl', required: true)
> +  libdl = cc.find_library('dl', required: false)
> +  if not cc.has_function('dlopen', dependencies: libdl)
> +    error('dlopen not found')
> +  endif

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]