Skip to content

Commit

Permalink
Fix typo in the CMake setup of libFuzzer
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Renata Hodovan reni@inf.u-szeged.hu
  • Loading branch information
renatahodovan committed Mar 27, 2024
1 parent cefd391 commit f303fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jerry-main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endmacro()
# Jerry with libfuzzer support
if(JERRY_LIBFUZZER)
jerry_create_executable("jerry-libfuzzer" "main-libfuzzer.c")
target_link_libraries("jerry-libfuzzer" jerry-port-fsanitize=fuzzer)
target_link_libraries("jerry-libfuzzer" jerry-port -fsanitize=fuzzer)
endif()

# Jerry standalones
Expand Down

0 comments on commit f303fef

Please sign in to comment.