termux-packages/packages/lfortran/CMakeLists.txt.patch.before...

12 lines
333 B
Plaintext
Raw Permalink Normal View History

2022-01-30 02:43:52 +00:00
--- a/CMakeLists.txt
2022-07-20 08:43:53 +00:00
+++ 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()
2022-01-30 02:43:52 +00:00