Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed May 21, 2023
1 parent 441db2a commit 07ae1d5
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
@@ -501,7 +501,7 @@ config("default_crt") {
@@ -483,7 +483,7 @@ config("default_crt") {
# defining _DEBUG.
config("release_crt") {
if (is_component_build) {
- cflags = [ "/MD" ]
+ cflags = [ "/MT" ]

if (use_custom_libcxx) {
# On Windows, including libcpmt[d]/msvcprt[d] explicitly links the C++
if (rust_prebuilt_stdlib) {
rustflags = [ "-Ctarget-feature=-crt-static" ]

0 comments on commit 07ae1d5

Please sign in to comment.