1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 08:56:40 +00:00
termux-packages/packages/lfortran/CMakeLists.txt.patch.beforehostbuild
2022-07-20 15:04:44 +05:30

12 lines
333 B
Plaintext

--- a/CMakeLists.txt
+++ b/CMakeLists.mod.txt
@@ -107,7 +107,7 @@
# Find ZLIB with our custom finder before including LLVM since the finder for LLVM
# might search for ZLIB again and find the shared libraries instead of the static ones
- find_package(StaticZLIB REQUIRED)
+ find_package(ZLIB REQUIRED)
endif()