compile first, install later

This commit is contained in:
Steven Van Acker 2017-02-11 20:55:10 +01:00
parent 4760669b78
commit 0ad8a5ed00

View file

@ -6,6 +6,8 @@ git clone --depth 1 https://github.com/unicorn-engine/unicorn.git
source ctf-tools-venv-activate
pushd unicorn
echo "compiling unicorn"
UNICORN_QEMU_FLAGS="--python=$(which python)" PREFIX="$VIRTUAL_ENV" ./make.sh
echo "installing unicorn to $VIRTUAL_ENV"
UNICORN_QEMU_FLAGS="--python=$(which python)" PREFIX="$VIRTUAL_ENV" ./make.sh install