From 0ad8a5ed005472618de887ae7210790c8738a226 Mon Sep 17 00:00:00 2001 From: Steven Van Acker Date: Sat, 11 Feb 2017 20:55:10 +0100 Subject: [PATCH] compile first, install later --- unicorn/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unicorn/install b/unicorn/install index ab9dc62..5e37b32 100755 --- a/unicorn/install +++ b/unicorn/install @@ -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