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