Skip to content

Commit 922dd5f

Browse files
committed
Build c dylib on windows
1 parent c484689 commit 922dd5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ endif()
144144
# We want to generate an installer on Windows.
145145
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
146146
set_final_stage_var(CPACK_GENERATOR "WIX" STRING)
147+
set_final_stage_var(BUILD_LLVM_C_DYLIB "ON" STRING)
147148
else()
148149
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
149150
endif()

0 commit comments

Comments
 (0)