mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-01 09:07:26 +00:00
More debug output.
This commit is contained in:
parent
887d42c8cc
commit
e96959bdcd
@ -12,6 +12,7 @@ ls
|
||||
python_prefix=$(pkg-config --variable=prefix python3)
|
||||
|
||||
echo "pprefix $python_prefix"
|
||||
ls /github/workspace/cutter-deps/
|
||||
ls "$python_prefix"
|
||||
ls "$python_prefix/bin"
|
||||
python_version=`$python_prefix/bin/python3 --version`
|
||||
|
@ -60,6 +60,10 @@ echo "$DEPS_SHA256 $DEPS_FILE" | ${SHA256SUM} -c - || exit 1
|
||||
tar -xf "$DEPS_FILE" || exit 1
|
||||
|
||||
if [ -f relocate.sh ]; then
|
||||
echo "-----------before relocate"
|
||||
cat ./python/lib/pkgconfig/* || true
|
||||
./relocate.sh || exit 1
|
||||
echo "-----------after relocate"
|
||||
cat ./python/lib/pkgconfig/* || true
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user