mirror of https://github.com/google/oss-fuzz.git
[hermes] Fix coverage build (#3877)
This commit is contained in:
parent
4ef2d5c359
commit
5b5937db45
|
@ -21,6 +21,8 @@ then
|
|||
elif [ "${SANITIZER}" = undefined ]
|
||||
then
|
||||
CONFIGURE_FLAGS="--enable-ubsan"
|
||||
else
|
||||
CONFIGURE_FLAGS=""
|
||||
fi
|
||||
|
||||
./utils/build/configure.py "${OUT}/build" --build-system "Ninja" ${CONFIGURE_FLAGS} \
|
||||
|
|
Loading…
Reference in New Issue