From 0449772d10a5513a50fd36aea16aa9010a7ad895 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Thu, 7 Apr 2022 10:52:48 +0200 Subject: [PATCH] fix compile script --- compile_qemu_nyx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index 641c648f86..e36fe285f8 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -45,7 +45,7 @@ compile_libraries (){ echo "[!] compiling libxdc..." cd libxdc - sudo make install + CFLAGS="-I../capstone_v4/include/" V=1 make libxdc.a cd .. echo "[!] libxdc is ready!" }