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