mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
hopefully this fixes keystone install on travis
This commit is contained in:
parent
f9ef54e00c
commit
5208e73e0c
1 changed files with 3 additions and 1 deletions
|
@ -5,9 +5,11 @@ git clone --depth 1 https://github.com/keystone-engine/keystone.git
|
|||
|
||||
source ctf-tools-venv-activate
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir -p keystone/build/
|
||||
pushd keystone/build/
|
||||
cmake -DCMAKE_INSTALL_PREFIX="$(realpath $PWD/../../)" \
|
||||
cmake -DCMAKE_INSTALL_PREFIX="$DIR" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DLLVM_TARGETS_TO_BUILD="all" \
|
||||
|
|
Loading…
Add table
Reference in a new issue