Packages

Elixir bindings to macOS NetFS.framework. Mount and unmount SMB, NFS, AFP, and WebDAV network shares with Kerberos and DFS support.

Current section

Files

Jump to
ex_netfs native ex_netfs_nif build.rs
Raw

native/ex_netfs_nif/build.rs

fn main() {
#[cfg(target_os = "macos")]
{
println!("cargo:rustc-link-lib=framework=NetFS");
println!("cargo:rustc-link-lib=framework=CoreFoundation");
}
}