File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1155,11 +1155,11 @@ if(STATIC_BUILD_DO_NOT_USE OR WIN32)
1155
1155
COMMAND ${UPX_EXE} -9 --best -o ${UNIVERSAL_OUT} $<TARGET_FILE:${tgt} >
1156
1156
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
1157
1157
)
1158
- elseif (TARGET sfxstub_lz4 OR TARGET sfxstub_zstd )
1158
+ elseif (TARGET sfxstub_lz4 OR TARGET sfxstub_zstd_minimal )
1159
1159
# Fallback if UPX is not found or doesn't support the target architecture.
1160
1160
# Prefer lz4 if available (as it is faster), otherwise use zstd.
1161
- if (TARGET sfxstub_zstd )
1162
- set (_sfx_stub_target sfxstub_zstd )
1161
+ if (TARGET sfxstub_zstd_minimal )
1162
+ set (_sfx_stub_target sfxstub_zstd_minimal )
1163
1163
# Sweet spot between compression ratio and decompression speed.
1164
1164
# set(_sfx_options "--level=16")
1165
1165
# We'll use the default (`--level=19`, i.e. maximum compression)
You can’t perform that action at this time.
0 commit comments