mirror of https://github.com/google/oss-fuzz.git
Update build.sh (#623)
I have moved the cp command to the end of the file, as requested.
This commit is contained in:
parent
2b27d9d0cc
commit
c2cdffc0c1
|
@ -24,3 +24,6 @@ make -j$(nproc) all
|
||||||
# build fuzzer
|
# build fuzzer
|
||||||
$CXX $CXXFLAGS -o $OUT/pcre2_fuzzer \
|
$CXX $CXXFLAGS -o $OUT/pcre2_fuzzer \
|
||||||
-lFuzzingEngine .libs/libpcre2-fuzzsupport.a .libs/libpcre2-8.a
|
-lFuzzingEngine .libs/libpcre2-fuzzsupport.a .libs/libpcre2-8.a
|
||||||
|
|
||||||
|
# set up dictionary and options to use it
|
||||||
|
cp $SRC/pcre2_fuzzer.options $SRC/pcre2_fuzzer.dict $OUT/
|
||||||
|
|
Loading…
Reference in New Issue