Skip to content

Commit 50b657b

Browse files
autoconf fix
1 parent 8972274 commit 50b657b

File tree

1 file changed

+2
-0
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ else
5353
tar -xzf $AUTOCONF_ROOT.tar.gz
5454
cd $AUTOCONF_ROOT
5555

56+
# Ensure build-aux directory exists
57+
mkdir -p build-aux
5658
# Update config.guess and config.sub scripts to ensure proper architecture detection
5759
curl -sLo build-aux/config.guess https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
5860
curl -sLo build-aux/config.sub https://git.savannah.gnu.org/cgit/config.git/plain/config.sub

0 commit comments

Comments
 (0)