summaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-buildtools_third__party_libc++_BUILD.gn
blob: da2a4bc2e17a534d0b7ac77af21f002bc0dc7449 (plain) (blame)
1
2
3
4
5
6
7
8
9
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",
     ]
   }
 }