Skip to content

Commit 1564f02

Browse files
committed
Disable test plugin build
1 parent 2c8ca93 commit 1564f02

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

wooting-analog-sdk/build.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const TEST_PLUGIN_DIR: &str = "test_c_plugin";
22

33
fn main() {
4-
println!("Building Test C Plugin");
5-
println!("{:?}", std::env::var("OUT_DIR"));
4+
// println!("Building Test C Plugin");
5+
// println!("{:?}", std::env::var("OUT_DIR"));
66

7-
cmake::Config::new(TEST_PLUGIN_DIR)
8-
.no_build_target(true)
9-
.out_dir(format!("./{}", TEST_PLUGIN_DIR))
10-
.always_configure(false)
11-
.profile("Debug")
12-
.build();
7+
// cmake::Config::new(TEST_PLUGIN_DIR)
8+
// .no_build_target(true)
9+
// .out_dir(format!("./{}", TEST_PLUGIN_DIR))
10+
// .always_configure(false)
11+
// .profile("Debug")
12+
// .build();
1313
}

0 commit comments

Comments
 (0)