about summary refs log tree commit diff
path: root/nyx_mode/build_nyx_support.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-01-21 13:06:15 +0100
committerGitHub <noreply@github.com>2022-01-21 13:06:15 +0100
commit2bb86863e6d15dbd5bb0c381afa51f476302784e (patch)
tree020fb8d0b012d5ebfd7ded0b32c00b79851a0532 /nyx_mode/build_nyx_support.sh
parentb4c2fc94166b22a77c521884a07fdfee2098147a (diff)
parent26a3d1b53b0a3ae690735c550c2985f079f3c672 (diff)
downloadafl++-2bb86863e6d15dbd5bb0c381afa51f476302784e.tar.gz
Merge branch 'dev' into docs_quality_assurance_3
Diffstat (limited to 'nyx_mode/build_nyx_support.sh')
-rwxr-xr-xnyx_mode/build_nyx_support.sh2
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