mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Speedup capstone cloning
This commit is contained in:
parent
d9d64b6cac
commit
9e206a4324
@ -12,7 +12,7 @@ if [ -d capstone -a ! -d capstone/.git ]; then
|
||||
done
|
||||
else
|
||||
if [ ! -d capstone ]; then
|
||||
git clone "${CS_URL}" capstone || exit 1
|
||||
git clone -b next --depth 10 "${CS_URL}" capstone || exit 1
|
||||
fi
|
||||
cd capstone || exit 1
|
||||
if [ -n "${CS_REV}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user