radare2/sys/build-shlib.sh

8 lines
136 B
Bash
Executable File

#!/bin/sh
rm -rf shlr/capstone
make mrproper
cp -f plugins.static.nogpl.cfg plugins.cfg
./configure --prefix=/usr --with-libr
make -j4