mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
w: Port to LibMain :^)
This unlocked a bunch of TRY() opportunities. Not just system calls, but also Core::File::open() and JsonValue::from_string().
This commit is contained in:
parent
e388782f60
commit
561e50108d
2 changed files with 14 additions and 37 deletions
|
@ -102,5 +102,6 @@ target_link_libraries(zip LibArchive LibCompress LibCrypto)
|
|||
target_link_libraries(cpp-lexer LibCpp)
|
||||
target_link_libraries(cpp-parser LibCpp LibGUI)
|
||||
target_link_libraries(cpp-preprocessor LibCpp LibGUI)
|
||||
target_link_libraries(w LibMain)
|
||||
target_link_libraries(wasm LibWasm LibLine)
|
||||
target_link_libraries(wsctl LibGUI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue