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