Skip to content

Commit 01e68e3

Browse files
committed
omit omit URLPattern implementation
1 parent 511e037 commit 01e68e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ fn main() {
116116
.file("./deps/ada.cpp")
117117
.include("./deps")
118118
.cpp(true)
119-
.std("c++20");
119+
.std("c++20")
120+
.define("ADA_INCLUDE_URL_PATTERN", "0");
120121

121122
let compile_target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH");
122123
let compile_target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS");

0 commit comments

Comments
 (0)