mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:37:35 +00:00
Libraries: Rename LibTar to LibArchive
This is in preparation for a new implementation of zip archive extraction and creation.
This commit is contained in:
parent
40eab55e7d
commit
a809db90dd
8 changed files with 36 additions and 36 deletions
|
@ -39,7 +39,7 @@ target_link_libraries(passwd LibCrypt)
|
|||
target_link_libraries(paste LibGUI)
|
||||
target_link_libraries(pro LibProtocol)
|
||||
target_link_libraries(su LibCrypt)
|
||||
target_link_libraries(tar LibTar LibCompress)
|
||||
target_link_libraries(tar LibArchive LibCompress)
|
||||
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
||||
target_link_libraries(test-compress LibCompress)
|
||||
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue