Update the capstone4 support to 4.0.2 ##build

This commit is contained in:
pancake 2022-11-06 17:59:59 +01:00 committed by pancake
parent 14081b21d1
commit b5d9ee2342
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ CS_ARCHIVE=https://$(CS_URL_BASE)/archive
CS_UPD=20201203
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/meson.build
ifeq ($(USE_CS4),1)
CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461
CS_TIP=1d230532840a37ac032c6ab80128238fc930c6c1
CS_BRA=v4
else
CS_TIP=087889dddb545923613d8416af70e35eecfef70c

View File

@ -32,7 +32,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
'capstone-include.patch'
]
elif capstone_version == 'v4'
CS_TIP = 'a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461'
CS_TIP = '1d230532840a37ac032c6ab80128238fc930c6c1'
CS_BRA = 'v4'
patches_files = [
'capstone-calloc.patch',