mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
Changes: https://github.com/denoland/deno/releases/tag/v1.36.3 https://github.com/denoland/deno/releases/tag/v1.36.4 https://github.com/denoland/deno/releases/tag/v1.37.0 https://github.com/denoland/deno/releases/tag/v1.37.1
11 lines
307 B
Rust
11 lines
307 B
Rust
--- cargo-crates/v8-0.78.0/build.rs.orig 2020-07-22 09:53:02 UTC
|
|
+++ cargo-crates/v8-0.78.0/build.rs
|
|
@@ -268,6 +268,8 @@ fn platform() -> String {
|
|
"mac"
|
|
} else if cfg!(target_os = "windows") {
|
|
"windows"
|
|
+ } else if cfg!(target_os = "freebsd") {
|
|
+ "freebsd"
|
|
} else {
|
|
"unknown"
|
|
};
|