Skip to content

Commit fc464b2

Browse files
committed
Try forcing static libs
1 parent a9ce2fa commit fc464b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/build_minimal.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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" ^
78
-D ENABLE_ZLIB=ON ^
89
-D ENABLE_BZip2=ON ^
9-
-D ENABLE_BZip2=ON ^
1010
-D ENABLE_ZSTD=ON ^
1111
-D ENABLE_LZMA=OFF ^
1212
-D ENABLE_LZO=OFF ^

0 commit comments

Comments
 (0)