Fix build breakage after #623.

This commit is contained in:
Abhishek Arya 2017-05-24 18:05:40 -07:00 committed by GitHub
parent 4952c9d012
commit 11adc754c7
1 changed files with 1 additions and 1 deletions

View File

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