summaryrefslogtreecommitdiff
path: root/tools/manylinux
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-11-25 10:56:37 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-11-25 10:56:37 +0100
commitdf4193fb96c4aa0214395a8333cfadcbdf567818 (patch)
treebf5c466799417a497fa63205a654de1c075d1248 /tools/manylinux
parentda1395cb1226828cf0ea9b79c7c80e7d85eb8ffe (diff)
downloadpython-lxml-df4193fb96c4aa0214395a8333cfadcbdf567818.tar.gz
Print gcc version from wheel building script.
Diffstat (limited to 'tools/manylinux')
-rwxr-xr-xtools/manylinux/build-wheels.sh1
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() {