From 954158c43a34acdacdccf21a0303b027d95d6688 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Wed, 23 Feb 2022 08:39:36 +0100 Subject: [PATCH] Revert "checkout specific libxdc commit" This reverts commit d5a7011ad20ba5ba91f1371f9d40154035d5d768. --- compile_qemu_nyx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index 408a384be0..641c648f86 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -45,7 +45,6 @@ compile_libraries (){ echo "[!] compiling libxdc..." cd libxdc - git checkout 641de7539e99f7faf5c8e8f1c8a4b37a9df52a5f sudo make install cd .. echo "[!] libxdc is ready!"