aboutsummaryrefslogtreecommitdiff
path: root/www/deno/files/patch-cargo-crates_v8_buildtools_third__party_libc++_BUILD.gn
blob: 01a741423cbc76169c1f38010d42dee2d0b1f3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cargo-crates/v8-0.34.0/buildtools/third_party/libc++/BUILD.gn.orig	2020-07-22 17:57:09 UTC
+++ cargo-crates/v8-0.34.0/buildtools/third_party/libc++/BUILD.gn
@@ -14,7 +14,7 @@ config("config") {
     # its implementation.
     cflags += [ "-Wno-macro-redefined" ]
   } else {
-    cflags += [ "-fPIC" ]
+    cflags += [ "-fPIC", "-I%%LOCALBASE%%/include" ]
   }
 }