Skip to content

Commit 45a00f7

Browse files
Update build.c
1 parent f062ecc commit 45a00f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ int main() {
172172

173173
#ifdef IS_WINDOWS
174174
/* We can use clang, but we currently do use cl.exe still */
175-
build_windows("clang",
176-
"clang++",
175+
build_windows("clang -fms-runtime-lib=static",
176+
"clang++ -fms-runtime-lib=static",
177177
"",
178178
OS,
179179
X64);

0 commit comments

Comments
 (0)