Skip to content

Commit

Permalink
Merge pull request #379 from teeminus/update
Browse files Browse the repository at this point in the history
  • Loading branch information
teeminus authored Sep 3, 2024
2 parents 71f27af + 3908c5b commit f0d24fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions patches/ungoogled-chromium/windows/windows-fix-building-gn.patch
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@
description = CXX $out
deps = msvc

--- a/tools/gn/build/gen.py
+++ b/tools/gn/build/gen.py
@@ -575,6 +575,7 @@ def WriteGNNinja(path, platform, host, o
'/D_SCL_SECURE_NO_DEPRECATE',
'/D_UNICODE',
'/D_WIN32_WINNT=0x0A00',
+ '/D_LEGACY_CODE_ASSUMES_STRING_VIEW_INCLUDES_XSTRING',
'/FS',
'/W4',
'/Zi',
2 changes: 1 addition & 1 deletion ungoogled-chromium

0 comments on commit f0d24fd

Please sign in to comment.