File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ endmacro()
59
59
# Jerry with libfuzzer support
60
60
if (JERRY_LIBFUZZER)
61
61
jerry_create_executable("jerry-libfuzzer" "libfuzzer.c" )
62
- if (OSS_FUZZ )
62
+ if (JERRY_OSS_FUZZ )
63
63
target_link_libraries ("jerry-libfuzzer" jerry-port-default)
64
64
else ()
65
65
target_link_libraries ("jerry-libfuzzer" jerry-port-default -fsanitize=fuzzer)
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def build_options_append(cmakeopt, cliarg):
190
190
build_options_append ('JERRY_CMDLINE_SNAPSHOT' , arguments .jerry_cmdline_snapshot )
191
191
build_options_append ('JERRY_CMDLINE_TEST' , arguments .jerry_cmdline_test )
192
192
build_options_append ('JERRY_LIBFUZZER' , arguments .libfuzzer )
193
- build_options_append ('OSS_FUZZ ' , arguments .oss_fuzz )
193
+ build_options_append ('JERRY_OSS_FUZZ ' , arguments .oss_fuzz )
194
194
build_options_append ('JERRY_EXT' , arguments .jerry_ext )
195
195
build_options_append ('JERRY_LIBM' , arguments .jerry_libm )
196
196
build_options_append ('JERRY_PORT_DEFAULT' , arguments .jerry_port_default )
You can’t perform that action at this time.
0 commit comments