We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ce2fa commit fc464b2Copy full SHA for fc464b2
recipe/build_minimal.bat
@@ -4,9 +4,9 @@ cmake -B build ^
4
-D CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS=ON ^
5
-D BUILD_SHARED_LIBS=OFF ^
6
-D CMAKE_RELEASE_POSTFIX="_static" ^
7
+ -D CMAKE_FIND_LIBRARY_SUFFIXES="static.lib" ^
8
-D ENABLE_ZLIB=ON ^
9
-D ENABLE_BZip2=ON ^
- -D ENABLE_BZip2=ON ^
10
-D ENABLE_ZSTD=ON ^
11
-D ENABLE_LZMA=OFF ^
12
-D ENABLE_LZO=OFF ^
0 commit comments