Meson: Update capstone (#12669)

This commit is contained in:
Paul I 2019-01-06 15:45:48 +03:00 committed by radare
parent 05eb6ead58
commit 2b8ce91c9d

View File

@ -16,7 +16,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
endif
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
CS_TIP = '81e424c50a7eace8bcb286f7142b587eda20c437'
CS_TIP = '0ff8220adef16a942697afd245afc5ab0f70cbf8'
CS_BRA = 'v4.1'
capstone_git_user = 'aquynh'