Skip to content

Commit 6afd070

Browse files
committed
try fixing host for GMP
1 parent c6d5a75 commit 6afd070

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/build_dependencies_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ if [ $USE_GMP = "gmp" ]; then
7474
curl -O https://gmplib.org/download/gmp/gmp-$GMPVER.tar.xz
7575
tar xf gmp-$GMPVER.tar.xz
7676
cd gmp-$GMPVER
77+
# Show the output of configfsf.guess
7778
./configfsf.guess
78-
exit 1
7979
./configure --prefix=$PREFIX\
8080
--enable-fat\
8181
--enable-shared=yes\

bin/cibw_before_build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
yum install -y xz
44
bin/build_dependencies_unix.sh\
55
--gmp gmp\
6-
--host x86_64-unknown-linux-gnu
6+
--host x86_64-pc-linux-gnu

0 commit comments

Comments
 (0)