aboutsummaryrefslogtreecommitdiffstats
path: root/lang/v8/files/patch-buildtools_third__party_libc++_BUILD.gn
blob: 890594e0d57180913641cac49c9b70b4ad8c3b44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- buildtools/third_party/libc++/BUILD.gn.orig	2022-04-04 20:12:27 UTC
+++ buildtools/third_party/libc++/BUILD.gn
@@ -23,7 +23,7 @@ config("config") {
       "-std:c++20",
     ]
   } else {
-    cflags += [ "-fPIC" ]
+    cflags += [ "-fPIC", "-I%%LOCALBASE%%/include" ]
     cflags_cc = [ "-std=c++20" ]
   }