mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Upgrade capstone from git
This commit is contained in:
parent
9ad57021d9
commit
0b7ad22f8c
@ -37,10 +37,10 @@ CS_URL=$(GIT_PREFIX)$(CS_URL_BASE).git
|
||||
CS_ARCHIVE=https://$(CS_URL_BASE)/archive
|
||||
CS_UPD=20190515
|
||||
ifeq ($(CS_NEXT),1)
|
||||
CS_TIP=0574f899e5be711895378ea0848f38808f4a5431
|
||||
CS_TIP=3fc1d8ed86084f281583b074d86dc992cb9558c9
|
||||
CS_BRA=next
|
||||
else
|
||||
CS_TIP=120847ea9ec67003ef18a07ab47e8fa0e88d5773
|
||||
CS_TIP=fbceb8427198412aec1807f67c2d95396ebed3cc
|
||||
CS_BRA=v4
|
||||
endif
|
||||
ifeq ($(CS_COMMIT_ARCHIVE),1)
|
||||
|
@ -18,10 +18,10 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
|
||||
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
|
||||
use_capstone5 = get_option('use_capstone5')
|
||||
if use_capstone5
|
||||
CS_TIP = '0574f899e5be711895378ea0848f38808f4a5431'
|
||||
CS_TIP = '3fc1d8ed86084f281583b074d86dc992cb9558c9'
|
||||
CS_BRA = 'next'
|
||||
else
|
||||
CS_TIP = '120847ea9ec67003ef18a07ab47e8fa0e88d5773'
|
||||
CS_TIP = 'fbceb8427198412aec1807f67c2d95396ebed3cc'
|
||||
CS_BRA = 'v4'
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user