Fix Labrinth not compiling on Windows due to jemalloc dependency (#3378)

This commit is contained in:
Josiah Glosson
2025-03-10 16:45:36 -05:00
committed by GitHub
parent 4dd33a2f9e
commit d6c8af7ed5
4 changed files with 15 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ pub mod internal;
pub mod v2;
pub mod v3;
#[cfg(not(target_env = "msvc"))]
pub mod debug;
pub mod v2_reroute;