Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Jul 19, 2024
1 parent 2bbf4ef commit 4d4c7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench_fork_qemu/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ make -C libpng-1.6.37
cc -c "${PROJECT_DIR}/libfuzzer_main.c"
# Build the libpng harness
c++ \
../libfuzzer_libpng/harness.cc \
../../libfuzzer_libpng/harness.cc \
./libpng-1.6.37/.libs/libpng16.a \
./libfuzzer_main.o \
-I./libpng-1.6.37/ \
Expand Down

0 comments on commit 4d4c7a8

Please sign in to comment.