checkout specific libxdc commit

This commit is contained in:
Sergej Schumilo 2022-01-11 14:35:24 +01:00 committed by Steffen Schulz
parent 35c4f356ab
commit 31b8c05afe

View File

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