1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:37:47 +00:00

stty: Port to LibMain

This commit is contained in:
alexmajor 2022-01-22 13:51:33 -05:00 committed by Brian Gianforcaro
parent e3dbe19018
commit 2f1717182e
2 changed files with 16 additions and 32 deletions

View file

@ -164,6 +164,7 @@ target_link_libraries(sql LibLine LibMain LibSQL LibIPC)
target_link_libraries(sort LibMain)
target_link_libraries(stat LibMain)
target_link_libraries(strace LibMain)
target_link_libraries(stty LibMain)
target_link_libraries(su LibCrypt LibMain)
target_link_libraries(sync LibMain)
target_link_libraries(syscall LibMain)