Skip to content

Commit 59f4186

Browse files
authored
Update Release.cmake
1 parent bd8b149 commit 59f4186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ endif()
143143
# We want to generate an installer on Windows.
144144
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
145145
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
146+
else()
147+
set_final_stage_var(CMAKE_OBJECT_PATH_MAX "1024" STRING)
146148
endif()
147149
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING)
148150

0 commit comments

Comments
 (0)