[hermes] Fix coverage build (#3877)

This commit is contained in:
neildhar 2020-05-26 10:33:12 -07:00 committed by GitHub
parent 4ef2d5c359
commit 5b5937db45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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} \