Lagom: Fix target name
This commit is contained in:
parent
b5f827d560
commit
80f671e16c
Notes:
sideshowbarker
2024-07-19 05:55:11 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/80f671e16c8 Pull-request: https://github.com/SerenityOS/serenity/pull/2471
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ target_compile_options(FuzzJs
|
|||
)
|
||||
|
||||
target_link_libraries(FuzzJs
|
||||
PUBLIC lagom
|
||||
PUBLIC Lagom
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue