mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
tt: Port to LibMain
This commit is contained in:
parent
ab9a78a305
commit
cf154ec0d9
2 changed files with 5 additions and 5 deletions
|
@ -210,7 +210,7 @@ target_link_libraries(traceroute LibMain)
|
|||
target_link_libraries(tree LibMain)
|
||||
target_link_libraries(true LibMain)
|
||||
target_link_libraries(truncate LibMain)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(tt LibPthread LibMain)
|
||||
target_link_libraries(umount LibMain)
|
||||
target_link_libraries(uname LibMain)
|
||||
target_link_libraries(uniq LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue