mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
unzip: Port to LibMain
This commit is contained in:
parent
7c05db19a1
commit
154d33f240
2 changed files with 11 additions and 27 deletions
|
@ -151,7 +151,7 @@ target_link_libraries(truncate LibMain)
|
|||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(uname LibMain)
|
||||
target_link_libraries(uniq LibMain)
|
||||
target_link_libraries(unzip LibArchive LibCompress)
|
||||
target_link_libraries(unzip LibArchive LibCompress LibMain)
|
||||
target_link_libraries(uptime LibMain)
|
||||
target_link_libraries(userdel LibMain)
|
||||
target_link_libraries(usermod LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue