windows compiles with correct address
This commit is contained in:
parent
3a75b52f56
commit
0d886dbd10
1 changed files with 3 additions and 0 deletions
|
@ -11,7 +11,10 @@ mod tests;
|
|||
mod modules;
|
||||
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
const SERVER_ADDRESS: &str = "10.0.0.209:5000";
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
const SERVER_ADDRESS: &str = "10.0.0.168:5000";
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in a new issue