mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 21:03:40 +00:00
wheels: symlink python3-config
This commit is contained in:
parent
ab84c105c1
commit
67f17a1c97
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,10 @@ set -x
|
|||
make clean
|
||||
|
||||
# DEBUG: show python3 and python3-config outputs
|
||||
if [ "$(uname)" != "Linux" ]; then
|
||||
# https://github.com/pypa/cibuildwheel/issues/2021
|
||||
ln -s $(dirname $(readlink -f $(which python3)))/python3-config $(dirname $(which python3))/python3-config
|
||||
fi
|
||||
python3 --version
|
||||
python3-config --includes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue