Skip to content

Commit 43de579

Browse files
committed
fmt
1 parent 45d8f39 commit 43de579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projectm-sys/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn build_shared_libs_flag() -> &'static str {
1818
if cfg!(feature = "static") {
1919
"OFF" // Disable shared libs to enable static linking
2020
} else {
21-
"ON" // Enable shared libs
21+
"ON" // Enable shared libs
2222
}
2323
}
2424

@@ -184,4 +184,4 @@ fn main() {
184184

185185
// Generate Rust bindings using bindgen
186186
bindgen();
187-
}
187+
}

0 commit comments

Comments
 (0)