summaryrefslogtreecommitdiff
path: root/exes/rest/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exes/rest/src/main.rs')
-rw-r--r--exes/rest/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/exes/rest/src/main.rs b/exes/rest/src/main.rs
index 643bc89..1e73e09 100644
--- a/exes/rest/src/main.rs
+++ b/exes/rest/src/main.rs
@@ -1,10 +1,10 @@
use leash::ignite;
use rest::ReverseProxyServer;
-#[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;