Skip to content

Commit

Permalink
More debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jan 17, 2025
1 parent 887d42c commit e96959b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/appimage_embed_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 4 additions & 0 deletions scripts/fetch_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e96959b

Please sign in to comment.