From a2c569f3be430ca4b75d4e02297f34801c3e2741 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 4 May 2022 10:11:39 -0700 Subject: [PATCH] Try to fix capstone build for win32. Change-Id: I77dd0679c24ca8cec2158ec4da71faa4a7740491 Signed-off-by: Tim Newsome --- .github/workflows/snapshot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index c53b1944b..d4749d6d3 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -55,6 +55,7 @@ jobs: LIBUSB1_CONFIG: --enable-shared --disable-static HIDAPI_CONFIG: --enable-shared --disable-static --disable-testgui CAPSTONE_CONFIG: "CAPSTONE_BUILD_CORE_ONLY=yes CAPSTONE_STATIC=yes CAPSTONE_SHARED=no" + CAPSTONE_CFLAGS: -I$(CAPSTONE_SRC)/include/capstone run: | # check if there is tag pointing at HEAD, otherwise take the HEAD SHA-1 as OPENOCD_TAG OPENOCD_TAG="`git tag --points-at HEAD`"