Skip to content

Commit

Permalink
Change temporary DaitaPlatform for windows to LinuxWgGo
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 authored and dlon committed Jan 24, 2025
1 parent 9d8ad6b commit 34dabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-tunnel-config-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const fn get_platform() -> proto::DaitaPlatform {
use proto::DaitaPlatform;
const PLATFORM: DaitaPlatform = if cfg!(target_os = "windows") {
// FIXME: wggo
DaitaPlatform::WindowsNative
DaitaPlatform::LinuxWgGo
} else if cfg!(target_os = "linux") {
DaitaPlatform::LinuxWgGo
} else if cfg!(target_os = "macos") {
Expand Down

0 comments on commit 34dabc3

Please sign in to comment.