Skip to content

Commit 0136891

Browse files
authored
Merge pull request #40433 from apple/compnerd/shared-system
Update build-windows-toolchain.bat
2 parents cce3e8a + da4198d commit 0136891

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ cmake --build %BuildRoot%\5 --target install || (exit /b)
333333
cmake ^
334334
-B %BuildRoot%\6 ^
335335

336+
-D BUILD_SHARED_LIBS=YES ^
336337
-D CMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
337338
-D CMAKE_C_COMPILER=%BuildRoot%/1/bin/clang-cl.exe ^
338339
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy" ^

0 commit comments

Comments
 (0)