From 31b8c05afe57be63dd7b747a23a311aab003845b Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Tue, 11 Jan 2022 14:35:24 +0100 Subject: [PATCH] checkout specific libxdc commit --- compile_qemu_nyx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index e36fe285f8..408a384be0 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -45,7 +45,8 @@ compile_libraries (){ echo "[!] compiling libxdc..." cd libxdc - CFLAGS="-I../capstone_v4/include/" V=1 make libxdc.a + git checkout 641de7539e99f7faf5c8e8f1c8a4b37a9df52a5f + sudo make install cd .. echo "[!] libxdc is ready!" }