summaryrefslogtreecommitdiff
path: root/www/deno/files/patch-cargo-crates_v8_build.rs
blob: ceea8fedcdfa05b48c6d88c740ebb65fc74971af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- cargo-crates/v8-0.34.0/build.rs.orig	2020-07-22 09:53:02 UTC
+++ cargo-crates/v8-0.34.0/build.rs
@@ -130,6 +132,10 @@ fn platform() -> &'static str {
   #[cfg(target_os = "macos")]
   {
     "mac"
+  }
+  #[cfg(target_os = "freebsd")]
+  {
+    "freebsd"
   }
 }