Skip to content

Commit 32d6f7a

Browse files
committed
More verbose debug logging
1 parent c228443 commit 32d6f7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rust/binaryninjacore-sys/build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ fn generate_stubs() -> PathBuf {
5151
.unwrap();
5252

5353
let stubs_path = api_base_path.join("stubs");
54-
cmake::build(stubs_path).join("build")
54+
cmake::Config::new(stubs_path)
55+
.generator("Ninja")
56+
.build()
57+
.join("build")
5558
}
5659

5760
fn main() {

0 commit comments

Comments
 (0)