mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-20 11:28:51 +00:00
Debug python bundling problems.
This commit is contained in:
parent
865a73e946
commit
887d42c8cc
@ -117,6 +117,7 @@ then
|
||||
locale -a
|
||||
export LANG="C.UTF-8"
|
||||
export LC_ALL="C.UTF-8"
|
||||
echo "python prefix!!!!!!! ($CUTTER_DEPS_PYTHON_PREFIX)"
|
||||
cmake \
|
||||
-G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
@ -7,8 +7,13 @@ if ! [[ $# -eq 2 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pwd
|
||||
ls
|
||||
python_prefix=$(pkg-config --variable=prefix python3)
|
||||
|
||||
echo "pprefix $python_prefix"
|
||||
ls "$python_prefix"
|
||||
ls "$python_prefix/bin"
|
||||
python_version=`$python_prefix/bin/python3 --version`
|
||||
python_version=${python_version##* }
|
||||
python_version=python${python_version%.*}
|
||||
|
Loading…
Reference in New Issue
Block a user