Skip to content

Commit

Permalink
Merge branch 'jerryscript-project:master' into lit-hashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanj authored Apr 29, 2024
2 parents a539050 + 47bd5d4 commit c685dfb
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 c685dfb

Please sign in to comment.