mirror of https://github.com/google/oss-fuzz.git
Fix build breakage after #623.
This commit is contained in:
parent
4952c9d012
commit
11adc754c7
|
@ -26,4 +26,4 @@ $CXX $CXXFLAGS -o $OUT/pcre2_fuzzer \
|
|||
-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/
|
||||
cp pcre2_fuzzer.options pcre2_fuzzer.dict $OUT/
|
||||
|
|
Loading…
Reference in New Issue