Skip to content

Commit 560ac75

Browse files
committed
[CMake][Release] Statically link ZSTD on all OSes (#128554)
This will make the binaries more portable. (cherry picked from commit 0983277)
1 parent a2112e2 commit 560ac75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/cmake/caches/Release.cmake

+1-3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,4 @@ endif()
143143
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
144144
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING)
145145

146-
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
147-
set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)
148-
endif()
146+
set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)

0 commit comments

Comments
 (0)