aboutsummaryrefslogtreecommitdiff
path: root/lang/v8-beta/files/patch-buildtools_third__party_libc++_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8-beta/files/patch-buildtools_third__party_libc++_BUILD.gn')
-rw-r--r--lang/v8-beta/files/patch-buildtools_third__party_libc++_BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/v8-beta/files/patch-buildtools_third__party_libc++_BUILD.gn b/lang/v8-beta/files/patch-buildtools_third__party_libc++_BUILD.gn
new file mode 100644
index 000000000000..da2a4bc2e17a
--- /dev/null
+++ b/lang/v8-beta/files/patch-buildtools_third__party_libc++_BUILD.gn
@@ -0,0 +1,10 @@
+--- buildtools/third_party/libc++/BUILD.gn.orig 2021-09-19 10:01:13 UTC
++++ buildtools/third_party/libc++/BUILD.gn
+@@ -23,6 +23,7 @@ config("config") {
+ cflags += [
+ "-fPIC",
+ "-std=c++17",
++ "-I%%LOCALBASE%%/include",
+ ]
+ }
+ }