Skip to content

Commit b487d00

Browse files
cmark: Update paths in build.sh (google#11480)
Co-authored-by: Oliver Chang <[email protected]>
1 parent ef16069 commit b487d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/cmark/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ cmake ../
2121
make cmark_static
2222
cd ..
2323

24-
$CC $CFLAGS -Isrc -Ibuild/src -c test/cmark-fuzz.c -o cmark_fuzzer.o
24+
$CC $CFLAGS -Isrc -Ibuild/src -c fuzz/cmark-fuzz.c -o cmark_fuzzer.o
2525
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE cmark_fuzzer.o build/src/libcmark.a -o $OUT/cmark_fuzzer
2626
cp $SRC/*.options $OUT/
27-
cp test/fuzzing_dictionary $OUT/cmark.dict
27+
cp fuzz/dictionary $OUT/cmark.dict
2828

2929
mkdir -p corpus
3030
python3 test/spec_tests.py --fuzz-corpus corpus --spec test/spec.txt

0 commit comments

Comments
 (0)