mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
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: 80f671e16c
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
Add a link
Reference in a new issue