summaryrefslogtreecommitdiff
path: root/exes/gateway/src
diff options
context:
space:
mode:
Diffstat (limited to 'exes/gateway/src')
-rw-r--r--exes/gateway/src/main.rs4
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;