aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2022-05-04 10:11:39 -0700
committerTim Newsome <tim@sifive.com>2022-05-04 10:27:14 -0700
commita2c569f3be430ca4b75d4e02297f34801c3e2741 (patch)
tree416b6bd5219d52ba422a82f7963983ffbe219fbb /.github
parent3cac5d279eefc7a0300745dc48d7704527a93b6b (diff)
downloadriscv-openocd-a2c569f3be430ca4b75d4e02297f34801c3e2741.zip
riscv-openocd-a2c569f3be430ca4b75d4e02297f34801c3e2741.tar.gz
riscv-openocd-a2c569f3be430ca4b75d4e02297f34801c3e2741.tar.bz2
Try to fix capstone build for win32.
Change-Id: I77dd0679c24ca8cec2158ec4da71faa4a7740491 Signed-off-by: Tim Newsome <tim@sifive.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/snapshot.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index c53b194..d4749d6 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`"