Update build.sh (#623)

I have moved the cp command to the end of the file, as requested.
This commit is contained in:
PhilipHazel 2017-05-24 17:07:19 +01:00 committed by Abhishek Arya
parent 2b27d9d0cc
commit c2cdffc0c1
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ make -j$(nproc) all
# build fuzzer
$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/