Skip to content

Commit

Permalink
Add patch to fix third_party/re2 include issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Sep 21, 2024
1 parent 677c23c commit d25fda7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ungoogled-chromium/macos/fix-libpng-build.patch
ungoogled-chromium/macos/fix-runTsc-log-info.patch
ungoogled-chromium/macos/no-unknown-warnings.patch
ungoogled-chromium/macos/mark-remap_alloc-used.patch
ungoogled-chromium/macos/re2-include-fix
11 changes: 11 additions & 0 deletions patches/ungoogled-chromium/macos/re2-include-fix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/third_party/re2/src/re2/re2.h
+++ b/third_party/re2/src/re2/re2.h
@@ -220,7 +220,7 @@
#include "absl/base/call_once.h"
#include "absl/strings/string_view.h"
#include "absl/types/optional.h"
-#include "re2/stringpiece.h"
+#include "stringpiece.h"

#if defined(__APPLE__)
#include <TargetConditionals.h>

0 comments on commit d25fda7

Please sign in to comment.