[capstone] Absolute paths for capstone build (#1562)

This commit is contained in:
Catena cyber 2018-06-25 15:54:34 +02:00 committed by Max Moroz
parent 160e518818
commit 7690a138a9
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@ do
cmake -DCAPSTONE_BUILD_SHARED=0 ..
make
cd ../bindings/python
cd $SRC/capstone$branch/bindings/python
#better debug info
sed -i -e 's/#print/print/' capstone/__init__.py
(
export CFLAGS=""
python setup.py install
)
cd ../../suite
cd $SRC/capstone$branch/suite
mkdir fuzz/corpus
find MC/ -name *.cs | ./test_corpus.py
cd fuzz