Skip to content

Commit

Permalink
Update clash_lib/build.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <contact@yba.dev>
  • Loading branch information
ibigbug authored Sep 24, 2024
1 parent 88dc1d1 commit d00598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash_lib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fn main() -> std::io::Result<()> {
println!("cargo::rustc-check-cfg=cfg(docker_test)");
println!("cargo:rerun-if-env-changed=CLASH_DOCKER_TEST");
if let Some("1" | "true") = option_env!("CLASH_DOCKER_TEST") {
println!("cargo:rustc-cfg=docker_test");
println!("cargo::rustc-cfg=docker_test");
}

println!("cargo:rerun-if-changed=src/common/geodata/geodata.proto");
Expand Down

0 comments on commit d00598d

Please sign in to comment.