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 12579f6 commit 6c9480aCopy full SHA for 6c9480a
projectm-sys/build.rs
@@ -5,8 +5,7 @@ mod build_bindgen;
5
use crate::build_bindgen::bindgen;
6
7
fn main() {
8
- let projectm_path =
9
- PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("libprojectM");
+ let projectm_path = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("libprojectM");
10
11
// Check if the libprojectM source code exists
12
if !projectm_path.exists() {
@@ -64,4 +63,4 @@ fn main() {
64
63
65
// Run bindgen to generate Rust bindings
66
bindgen();
67
-}
+}
0 commit comments