We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffa374 commit 1a0f3a9Copy full SHA for 1a0f3a9
build.rs
@@ -4,8 +4,6 @@ use std::process::Command;
4
#[cfg(target_os = "macos")]
5
fn main() {
6
let swift_file = "src/macos/nowplaying.swift";
7
-
8
- // Output directory for compiled library
9
let out_dir = env::var("OUT_DIR").unwrap();
10
let lib_path = format!("{}/libswiftlib.a", out_dir);
11
src/lib.rs
@@ -134,4 +134,4 @@ impl MediaSession {
134
pub fn stop(&self) {
135
self.backend.stop_session();
136
}
137
-}
+}
0 commit comments