diff options
| author | icecodder <git@icecodder.me> | 2023-01-15 16:09:44 +0100 |
|---|---|---|
| committer | icecodder <git@icecodder.me> | 2023-01-15 16:09:44 +0100 |
| commit | 17de53a1f58fe6ceff17e7a30a300587a586c53b (patch) | |
| tree | 19ddeff6cb7c40e59acf7542628051b7a304a256 /exes/gateway/src/main.rs | |
| parent | 8e7a77e5c3ec66a3174afb6c9942640c321fe0be (diff) | |
| parent | 482a11bb3f97b934f6b1db03c507095691f11e50 (diff) | |
Merge branch 'main' of github.com:discordnova/Nova
Diffstat (limited to 'exes/gateway/src/main.rs')
| -rw-r--r-- | exes/gateway/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exes/gateway/src/main.rs b/exes/gateway/src/main.rs index 6cac7e1..900171c 100644 --- a/exes/gateway/src/main.rs +++ b/exes/gateway/src/main.rs @@ -1,10 +1,10 @@ use gateway::GatewayServer; use leash::ignite; -#[cfg(not(target_env = "msvc"))] +#[cfg(not(target_os = "windows"))] use tikv_jemallocator::Jemalloc; -#[cfg(not(target_env = "msvc"))] +#[cfg(not(target_os = "windows"))] #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; |
