diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2019-11-25 10:56:37 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2019-11-25 10:56:37 +0100 |
| commit | df4193fb96c4aa0214395a8333cfadcbdf567818 (patch) | |
| tree | bf5c466799417a497fa63205a654de1c075d1248 /tools/manylinux | |
| parent | da1395cb1226828cf0ea9b79c7c80e7d85eb8ffe (diff) | |
| download | python-lxml-df4193fb96c4aa0214395a8333cfadcbdf567818.tar.gz | |
Print gcc version from wheel building script.
Diffstat (limited to 'tools/manylinux')
| -rwxr-xr-x | tools/manylinux/build-wheels.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh index bbb6a40e..ce738a5f 100755 --- a/tools/manylinux/build-wheels.sh +++ b/tools/manylinux/build-wheels.sh @@ -38,6 +38,7 @@ prepare_system() { #yum install -y zlib-devel rm -fr /opt/python/cp34-* echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')" + ${CC:-gcc} --version } build_wheels() { |
