mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Ports: Fix zlib include directory for libzip
This commit is contained in:
parent
30cdebfa9e
commit
6a15bd06cb
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_OPENSSL "Enable use of OpenSSL" ON)
|
||||||
-option(ENABLE_WINDOWS_CRYPTO "Enable use of Windows cryptography libraries" 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_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)
|
+add_compile_definitions(HAVE_STRINGS_H)
|
||||||
|
|
||||||
-option(ENABLE_BZIP2 "Enable use of BZip2" ON)
|
-option(ENABLE_BZIP2 "Enable use of BZip2" ON)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue