Skip to content

Commit c6d5a75

Browse files
committed
tmp: check output of configfsf.guess
1 parent 98430e3 commit c6d5a75

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bin/build_dependencies_unix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +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+
./configfsf.guess
78+
exit 1
7779
./configure --prefix=$PREFIX\
7880
--enable-fat\
7981
--enable-shared=yes\

bin/cibw_before_build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
yum install -y xz
44
bin/build_dependencies_unix.sh\
5-
--gmp mpir\
5+
--gmp gmp\
66
--host x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)