fix compile script (update only specific submodules)
This commit is contained in:
parent
389cf8fbab
commit
902306beb0
@ -82,7 +82,8 @@ compile () {
|
||||
}
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
git submodule update libxdc
|
||||
git submodule update capstone_v4
|
||||
|
||||
if [ "$#" == 0 ] ; then
|
||||
error
|
||||
|
Loading…
x
Reference in New Issue
Block a user