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 109332f commit c00f47dCopy full SHA for c00f47d
build.rs
@@ -9,7 +9,8 @@ fn main() {
9
build
10
.file("./deps/ada.cpp")
11
.include("./deps/ada.h")
12
- .include("./deps/ada_c.h");
+ .include("./deps/ada_c.h")
13
+ .cpp(true);
14
15
let compile_target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS");
16
let compile_target_env = env::var("CARGO_CFG_TARGET_ENV").expect("CARGO_CFG_TARGET_ENV");
0 commit comments