[bls-signatures] Fix build (#7976)

This commit is contained in:
Guido Vranken 2022-07-08 04:27:27 +02:00 committed by GitHub
parent 402f3a1fb1
commit ae357f3b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ fi
if [[ "$SANITIZER" != "memory" ]]
then
cd $SRC/mcl/
make bint_header
mkdir build/
cd build/
if [[ $CFLAGS != *-m32* ]]