aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn
blob: ddb638988c116316087ac62d242c50a472496875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- third_party/blink/renderer/platform/BUILD.gn.orig	2021-07-19 18:45:22 UTC
+++ third_party/blink/renderer/platform/BUILD.gn
@@ -106,6 +106,7 @@ executable("character_data_generator") {
     "//build/win:default_exe_manifest",
     "//third_party/icu",
   ]
+  libs = [ "cxxrt" ]
 }
 
 # This isn't strictly necessary since we can just add the deps to "platform",