From dd901b5f84e1b63b0aaefa16d4189908184e7c5f Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Wed, 11 May 2022 19:53:11 +0200 Subject: [PATCH] fix build script (error in non-static mode) --- compile_qemu_nyx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index aa9a44bd53..a3702b0b10 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -60,7 +60,6 @@ configure_qemu() export QEMU_CFLAGS="-I$CAPSTONE_ROOT/include/ -I$LIBXDC_ROOT/ $QEMU_CFLAGS" ;; *) - error ;; esac