radare2/sys/build-shlib.sh

8 lines
153 B
Bash
Executable File

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