honggfuzz: Include libhfcommon in $LIB_FUZZING_ENGINE. (#3011)

This commit is contained in:
Oliver Chang 2019-11-07 08:40:12 +11:00 committed by GitHub
parent c839326cd2
commit 98e4472c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ make clean
CC=clang CFLAGS= make
# libhfuzz.a will be added by CC/CXX linker directly during linking,
# but it's defined here to satisfy the build infrastructure
cp libhfuzz/libhfuzz.a $LIB_FUZZING_ENGINE
ar rcs $LIB_FUZZING_ENGINE libhfuzz/*.o libhfcommon/*.o
cp honggfuzz $OUT/
popd > /dev/null