mirror of https://github.com/google/oss-fuzz.git
[infra] Change auto-generated build.sh template to use $LIB_FUZZING_ENGINE.
//cc @jonathanmetzman
This commit is contained in:
parent
e5280acde4
commit
d1539ce271
|
@ -72,5 +72,5 @@ BUILD_TEMPLATE = """\
|
|||
# e.g.
|
||||
# $CXX $CXXFLAGS -std=c++11 -Iinclude \\
|
||||
# /path/to/name_of_fuzzer.cc -o $OUT/name_of_fuzzer \\
|
||||
# -lFuzzingEngine /path/to/library.a
|
||||
# $LIB_FUZZING_ENGINE /path/to/library.a
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue