diff --git a/snmalloc-sys/build.rs b/snmalloc-sys/build.rs index a7bbecd..fa4730b 100644 --- a/snmalloc-sys/build.rs +++ b/snmalloc-sys/build.rs @@ -173,7 +173,6 @@ fn main() { config .define("SNMALLOC_RUST_SUPPORT", "ON") .profile(build_type) - .generator("Ninja") .very_verbose(true) .define("CMAKE_SH", "CMAKE_SH-NOTFOUND");