Fix typo in the CMake setup of libFuzzer (#5136)

JerryScript-DCO-1.0-Signed-off-by: Renata Hodovan reni@inf.u-szeged.hu
This commit is contained in:
Renáta Hodován
2024-04-09 10:05:11 +02:00
committed by GitHub
parent cefd391772
commit 47bd5d4b91
+1 -1
View File
@@ -59,7 +59,7 @@ endmacro()
# Jerry with libfuzzer support # Jerry with libfuzzer support
if(JERRY_LIBFUZZER) if(JERRY_LIBFUZZER)
jerry_create_executable("jerry-libfuzzer" "main-libfuzzer.c") 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() endif()
# Jerry standalones # Jerry standalones