fix compile script (update only specific submodules)

This commit is contained in:
Sergej Schumilo 2022-01-21 07:03:40 +01:00
parent 389cf8fbab
commit 902306beb0

View File

@ -82,7 +82,8 @@ compile () {
}
git submodule init
git submodule update
git submodule update libxdc
git submodule update capstone_v4
if [ "$#" == 0 ] ; then
error