We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd2328 commit 02d21d5Copy full SHA for 02d21d5
.ci/docker/manywheel/build_scripts/build.sh
@@ -59,7 +59,7 @@ export BUILD_TYPE=ppc64le-linux
59
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
60
tar -zxf autoconf-2.69.tar.gz
61
cd autoconf-2.69
62
-./configure --build=$BUILD_TYPE
+./configure --build=ppc64le-linux --host=ppc64le-linux
63
make
64
make install
65
autoconf --version
0 commit comments