Skip to content

Commit 02d21d5

Browse files
build script
1 parent 7cd2328 commit 02d21d5

File tree

1 file changed

+1
-1
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/build_scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export BUILD_TYPE=ppc64le-linux
5959
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
6060
tar -zxf autoconf-2.69.tar.gz
6161
cd autoconf-2.69
62-
./configure --build=$BUILD_TYPE
62+
./configure --build=ppc64le-linux --host=ppc64le-linux
6363
make
6464
make install
6565
autoconf --version

0 commit comments

Comments
 (0)