Skip to content

Commit

Permalink
Debug relocate2.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jan 17, 2025
1 parent 85bb50b commit 02e89dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/fetch_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ echo "$DEPS_SHA256 $DEPS_FILE" | ${SHA256SUM} -c - || exit 1
tar -xf "$DEPS_FILE" || exit 1

if [ -f relocate.sh ]; then
echo " before relocate"
cat relocate.sh
cat ./python/lib/pkgconfig/*
./relocate.sh || exit 1
echo " after relocate"
cat ./python/lib/pkgconfig/*
fi

0 comments on commit 02e89dd

Please sign in to comment.