Update build.c

This commit is contained in:
uNetworkingAB
2025-11-05 18:42:16 +01:00
committed by GitHub
parent f062ecc187
commit 45a00f7462

View File

@@ -172,8 +172,8 @@ int main() {
#ifdef IS_WINDOWS
/* We can use clang, but we currently do use cl.exe still */
build_windows("clang",
"clang++",
build_windows("clang -fms-runtime-lib=static",
"clang++ -fms-runtime-lib=static",
"",
OS,
X64);