mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:47:45 +00:00
js: Port to LibMain :^)
This wasn't particularly difficult, and there's not much use for the nicer interface yet either. While unveil() is of limited use in js(1) as it should be able to open arbitrary files, I feel like we should be able to add a pledge() call.
This commit is contained in:
parent
ba0f89a4d1
commit
cfecfbb214
3 changed files with 5 additions and 4 deletions
|
@ -70,7 +70,7 @@ target_link_libraries(grep LibRegex)
|
|||
target_link_libraries(gunzip LibCompress)
|
||||
target_link_libraries(gzip LibCompress)
|
||||
target_link_libraries(id LibMain)
|
||||
target_link_libraries(js LibJS LibLine)
|
||||
target_link_libraries(js LibJS LibLine LibMain)
|
||||
target_link_libraries(keymap LibKeyboard)
|
||||
target_link_libraries(lspci LibPCIDB)
|
||||
target_link_libraries(lsusb LibUSBDB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue