mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
Ports: Fix zlib include directory for libzip
This commit is contained in:
parent
30cdebfa9e
commit
6a15bd06cb
Notes:
sideshowbarker
2024-07-18 12:46:14 +09:00
Author: https://github.com/EdwinHoksberg
Commit: 6a15bd06cb
Pull-request: https://github.com/SerenityOS/serenity/pull/7840
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ index 017f7cf0..125900e2 100644
|
|||
-option(ENABLE_OPENSSL "Enable use of OpenSSL" ON)
|
||||
-option(ENABLE_WINDOWS_CRYPTO "Enable use of Windows cryptography libraries" ON)
|
||||
+set(ZLIB_LIBRARY ${SERENITY_INSTALL_ROOT}/usr/local/lib/libz.a)
|
||||
+set(ZLIB_INCLUDE_DIR ${SERENITY_INSTALL_ROOT}/usr/local/include/zlib.h)
|
||||
+set(ZLIB_INCLUDE_DIRS ${SERENITY_INSTALL_ROOT}/usr/local/include/zlib.h)
|
||||
+add_compile_definitions(HAVE_STRINGS_H)
|
||||
|
||||
-option(ENABLE_BZIP2 "Enable use of BZip2" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue