From 902306beb01d858dcbcbaf0e1be26ce9dd0f293f Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Fri, 21 Jan 2022 07:03:40 +0100 Subject: [PATCH] fix compile script (update only specific submodules) --- compile_qemu_nyx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index c5859606c7..e36fe285f8 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -82,7 +82,8 @@ compile () { } git submodule init -git submodule update +git submodule update libxdc +git submodule update capstone_v4 if [ "$#" == 0 ] ; then error