1
0
Fork 0
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:
Edwin Hoksberg 2021-06-06 13:56:15 +02:00 committed by Andreas Kling
parent 30cdebfa9e
commit 6a15bd06cb
Notes: sideshowbarker 2024-07-18 12:46:14 +09:00

View file

@ -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)