mirror of https://github.com/google/oss-fuzz.git
[bls-signatures] Fix build (#7976)
This commit is contained in:
parent
402f3a1fb1
commit
ae357f3b77
|
@ -164,6 +164,7 @@ fi
|
|||
if [[ "$SANITIZER" != "memory" ]]
|
||||
then
|
||||
cd $SRC/mcl/
|
||||
make bint_header
|
||||
mkdir build/
|
||||
cd build/
|
||||
if [[ $CFLAGS != *-m32* ]]
|
||||
|
|
Loading…
Reference in New Issue