mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
7 lines
133 B
Rust
7 lines
133 B
Rust
fn main() {
|
|
#[cfg(target_os = "macos")]
|
|
swift_rs::SwiftLinker::new("10.15")
|
|
.with_package("sd-desktop-macos", "./")
|
|
.link();
|
|
}
|