Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Nov 7, 2024
1 parent 9d7f299 commit fa84a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clash_lib/src/app/dns/resolver/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod enhanced;

#[cfg(target_os = "linux")]
#[cfg(any(target_os = "linux", target_os = "android"))]
#[path = "system_linux.rs"]
mod system;
#[cfg(not(target_os = "linux"))]
#[cfg(all(not(target_os = "linux"), not(target_os = "android")))]
#[path = "system_non_linux.rs"]
mod system;

Expand Down

0 comments on commit fa84a2c

Please sign in to comment.