|
| From: | Michael Tokarev |
| Subject: | Re: [PATCH v2] disas: recognize either <capstone.h> or <capstone/capstone.h> |
| Date: | Tue, 15 Nov 2022 15:45:34 +0300 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |