mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
12 lines
509 B
Rust
12 lines
509 B
Rust
--- cargo-crates/libffi-sys-3.2.0/build/not_msvc.rs.orig 2022-03-07 08:06:36 UTC
|
|
+++ cargo-crates/libffi-sys-3.2.0/build/not_msvc.rs
|
|
@@ -50,7 +50,8 @@ pub fn configure_libffi(prefix: PathBuf, build_dir: &P
|
|
.arg("configure")
|
|
.arg("--with-pic")
|
|
.arg("--disable-shared")
|
|
- .arg("--disable-docs");
|
|
+ .arg("--disable-docs")
|
|
+ .arg("--disable-multi-os-directory");
|
|
|
|
let target = std::env::var("TARGET").unwrap();
|
|
let host = std::env::var("HOST").unwrap();
|