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 c484689 commit 922dd5fCopy full SHA for 922dd5f
clang/cmake/caches/Release.cmake
@@ -144,6 +144,7 @@ endif()
144
# We want to generate an installer on Windows.
145
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
146
set_final_stage_var(CPACK_GENERATOR "WIX" STRING)
147
+ set_final_stage_var(BUILD_LLVM_C_DYLIB "ON" STRING)
148
else()
149
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
150
endif()
0 commit comments