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!" }