All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ci: fixes msys2 build by upgrading capstone to 4.0.2
@ 2020-09-07 18:07 Yonggang Luo
  0 siblings, 0 replies; only message in thread
From: Yonggang Luo @ 2020-09-07 18:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, QEMU Block, Stefan Weil, Mark Cave-Ayland,
	Yonggang Luo, Paolo Bonzini, Richard Henderson, Alex Bennée,
	Peter Lieven

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 capstone  | 2 +-
 configure | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/capstone b/capstone
index 22ead3e0bf..1d23053284 160000
--- a/capstone
+++ b/capstone
@@ -1 +1 @@
-Subproject commit 22ead3e0bfdb87516656453336160e0a37b066bf
+Subproject commit 1d230532840a37ac032c6ab80128238fc930c6c1
diff --git a/configure b/configure
index dbacbbee7a..1c634c8468 100755
--- a/configure
+++ b/configure
@@ -5141,7 +5141,7 @@ case "$capstone" in
       LIBCAPSTONE=libcapstone.a
     fi
     capstone_libs="-Lcapstone -lcapstone"
-    capstone_cflags="-I${source_path}/capstone/include"
+    capstone_cflags="-I${source_path}/capstone/include -I${source_path}/capstone/include/capstone"
     ;;
 
   system)
-- 
2.28.0.windows.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-07 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 18:07 [PATCH] ci: fixes msys2 build by upgrading capstone to 4.0.2 Yonggang Luo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.