mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Libraries: Remove LibArchive
This library isn't used by anything but the Android build which currently doesn't work. We most likely won't be using a homegrown implementation for archive formats in the future, regardless.
This commit is contained in:
parent
bdabc9b70d
commit
03b9e555c0
Notes:
github-actions[bot]
2024-11-25 12:38:39 +00:00
Author: https://github.com/rmg-x
Commit: 03b9e555c0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2527
14 changed files with 2 additions and 1267 deletions
|
@ -7,7 +7,7 @@ add_library(ladybird SHARED
|
|||
src/main/cpp/TimerExecutorService.cpp
|
||||
src/main/cpp/JNIHelpers.cpp
|
||||
)
|
||||
target_link_libraries(ladybird PRIVATE LibArchive jnigraphics android)
|
||||
target_link_libraries(ladybird PRIVATE jnigraphics android)
|
||||
|
||||
include(../cmake/AndroidExtras.cmake)
|
||||
create_ladybird_bundle(ladybird)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue