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 511e037 commit 01e68e3Copy full SHA for 01e68e3
build.rs
@@ -116,7 +116,8 @@ fn main() {
116
.file("./deps/ada.cpp")
117
.include("./deps")
118
.cpp(true)
119
- .std("c++20");
+ .std("c++20")
120
+ .define("ADA_INCLUDE_URL_PATTERN", "0");
121
122
let compile_target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH");
123
let compile_target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS");
0 commit comments