mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +00:00
Use syscapstone from sys/install.sh when cs-3.0 is found by pkg-config
This commit is contained in:
parent
ad602ebccc
commit
dda118423a
@ -33,6 +33,11 @@ if [ $? = 0 ]; then
|
||||
export CC
|
||||
fi
|
||||
|
||||
pkg-config --atleast-version=3.0 capstone 2>/dev/null
|
||||
if [ $? = 0 ]; then
|
||||
CFGARG="${CFGARG} --with-syscapstone"
|
||||
fi
|
||||
|
||||
# build
|
||||
${MAKE} mrproper > /dev/null 2>&1
|
||||
if [ -d shlr/capstone/.git ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user