Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Apr 28, 2024
1 parent 07ae1d5 commit 8eb43f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions angle.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ diff --git build/config/win/BUILD.gn build/config/win/BUILD.gn
index 1e76a54cc..eb16f372f 100644
--- build/config/win/BUILD.gn
+++ build/config/win/BUILD.gn
@@ -483,7 +483,7 @@ config("default_crt") {
@@ -509,7 +509,7 @@ config("default_crt") {
# defining _DEBUG.
config("release_crt") {
if (is_component_build) {
- cflags = [ "/MD" ]
+ cflags = [ "/MT" ]

if (rust_prebuilt_stdlib) {
rustflags = [ "-Ctarget-feature=-crt-static" ]
# /MD specifies msvcrt.lib as the CRT library, which is the dynamic+release
# version. Rust needs to agree, and its default mode is dynamic+release, so

0 comments on commit 8eb43f4

Please sign in to comment.