diff options
author | Sergej Schumilo <sergej@schumilo.de> | 2022-01-21 07:13:35 +0100 |
---|---|---|
committer | Sergej Schumilo <sergej@schumilo.de> | 2022-01-21 07:33:42 +0100 |
commit | a59418231469b1dd54abec57fe6e399905b8b58a (patch) | |
tree | 0f2196e0213a11e5613e1858a935d3a8aee0097d | |
parent | 9d87f408dd6537ee4dbcf390496a0518f0c817ef (diff) | |
download | afl++-a59418231469b1dd54abec57fe6e399905b8b58a.tar.gz |
update nyx_mode build script
-rwxr-xr-x | nyx_mode/build_nyx_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh index 8626342d..b6c1d54e 100755 --- a/nyx_mode/build_nyx_support.sh +++ b/nyx_mode/build_nyx_support.sh @@ -53,7 +53,7 @@ fi echo "[*] Checking QEMU-Nyx ..." if [ ! -f "QEMU-Nyx/x86_64-softmmu/qemu-system-x86_64" ]; then cd QEMU-Nyx/ - ./compile_qemu_nyx.sh || exit 1 + ./compile_qemu_nyx.sh static || exit 1 cd .. fi |