[infra] Change auto-generated build.sh template to use $LIB_FUZZING_ENGINE.

//cc @jonathanmetzman
This commit is contained in:
Max Moroz 2019-05-31 16:46:48 -07:00 committed by GitHub
parent e5280acde4
commit d1539ce271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""