Skip to content

Commit

Permalink
try fix lwip windows compile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent 0237599 commit e63be1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rucimp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ use-native-tls = ["native-tls", "tokio-native-tls"]

native-tls-vendored = ["native-tls/vendored", "tokio-native-tls/vendored"]

[target.'cfg(not(all(target_os = "windows", target_env = "msvc")))'.features]
lwip = ["netstack-lwip"]


Expand Down

0 comments on commit e63be1a

Please sign in to comment.