Skip to content

Commit bf2c99b

Browse files
committed
force libexpat to statically link crt on windows
1 parent b01374f commit bf2c99b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ $expatArgs = @(
643643
"-DEXPAT_BUILD_DOCS=OFF",
644644
"-DEXPAT_BUILD_EXAMPLES=OFF",
645645
"-DEXPAT_BUILD_TOOLS=OFF",
646+
"-DEXPAT_MSVC_STATIC_CRT=ON",
646647
"-DEXPAT_SHARED_LIBS=OFF",
647648
"-DEXPAT_BUILD_TESTS:BOOL=OFF"
648649
)

0 commit comments

Comments
 (0)