mirror of https://github.com/google/oss-fuzz.git
honggfuzz: Include libhfcommon in $LIB_FUZZING_ENGINE. (#3011)
This commit is contained in:
parent
c839326cd2
commit
98e4472c45
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue