Skip to content

Commit 5c775a0

Browse files
committed
Try zlib static
1 parent fc464b2 commit 5c775a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe/build_minimal.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake -B build ^
44
-D CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS=ON ^
55
-D BUILD_SHARED_LIBS=OFF ^
66
-D CMAKE_RELEASE_POSTFIX="_static" ^
7-
-D CMAKE_FIND_LIBRARY_SUFFIXES="static.lib" ^
87
-D ENABLE_ZLIB=ON ^
8+
-D ZLIB_USE_STATIC_LIBS=ON ^
99
-D ENABLE_BZip2=ON ^
1010
-D ENABLE_ZSTD=ON ^
1111
-D ENABLE_LZMA=OFF ^

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ outputs:
110110
- libiconv # [osx]
111111
- bzip2
112112
- zlib
113-
- zstd
113+
- zstd-static
114114

115115
test:
116116
requires:

0 commit comments

Comments
 (0)