15.11.2022 14:55, Michael Tokarev wrote:
+ elif cc.has_header('capstone/capstone.h', dependencies: [capstone]) + config_host_data.set('HAVE_CAPSTONE_CAPSTONE_H')
This needs to be config_host_data.set('HAVE_CAPSTONE_CAPSTONE_H', 1) It either can be fixed at apply time or I resend a v3. (threading was messed up too due to our mailserver munging message-id). /mjt