On Fri, Jun 25, 2021 at 2:22 PM Daniel P. Berrangé <berra...@redhat.com> wrote: > > Some versions of capstone have shipped a broken pkg-config file which > puts the -I path without the trailing '/capstone' suffix. This breaks > the ability to "#include <capstone.h>". Upstream and most distros have > fixed this, but a few stragglers remain, notably FreeBSD. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > meson.build | 13 +++++++++++++ > 1 file changed, 13 insertions(+) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>