We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8ca93 commit 1564f02Copy full SHA for 1564f02
wooting-analog-sdk/build.rs
@@ -1,13 +1,13 @@
1
const TEST_PLUGIN_DIR: &str = "test_c_plugin";
2
3
fn main() {
4
- println!("Building Test C Plugin");
5
- println!("{:?}", std::env::var("OUT_DIR"));
+ // println!("Building Test C Plugin");
+ // println!("{:?}", std::env::var("OUT_DIR"));
6
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();
+ // cmake::Config::new(TEST_PLUGIN_DIR)
+ // .no_build_target(true)
+ // .out_dir(format!("./{}", TEST_PLUGIN_DIR))
+ // .always_configure(false)
+ // .profile("Debug")
+ // .build();
13
}
0 commit comments