Revert "checkout specific libxdc commit"

This reverts commit d5a7011ad20ba5ba91f1371f9d40154035d5d768.
This commit is contained in:
Sergej Schumilo 2022-02-23 08:39:36 +01:00
parent 0f8447d93a
commit 954158c43a

View File

@ -45,7 +45,6 @@ compile_libraries (){
echo "[!] compiling libxdc..." echo "[!] compiling libxdc..."
cd libxdc cd libxdc
git checkout 641de7539e99f7faf5c8e8f1c8a4b37a9df52a5f
sudo make install sudo make install
cd .. cd ..
echo "[!] libxdc is ready!" echo "[!] libxdc is ready!"