mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
LibCompress: Rename libcompression.so to libcompress.so
This commit is contained in:
parent
e6f886677e
commit
f9f9cda025
2 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ configure() {
|
||||||
run ./configure \
|
run ./configure \
|
||||||
--host=${SERENITY_ARCH}-pc-serenity \
|
--host=${SERENITY_ARCH}-pc-serenity \
|
||||||
--with-sdl-prefix=${SERENITY_ROOT}/Build/Root/usr \
|
--with-sdl-prefix=${SERENITY_ROOT}/Build/Root/usr \
|
||||||
LIBS="-lgui -lgfx -lipc -lcore -lcompression"
|
LIBS="-lgui -lgfx -lipc -lcore -lcompress"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,5 @@ set(SOURCES
|
||||||
Gzip.cpp
|
Gzip.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_lib(LibCompress compression)
|
serenity_lib(LibCompress compress)
|
||||||
target_link_libraries(LibCompress LibC LibCrypto)
|
target_link_libraries(LibCompress LibC LibCrypto)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue