1 2 3 4 5 6 7 8
extern crate napi_build; fn main() { napi_build::setup(); #[cfg(target_env = "msvc")] static_vcruntime::metabuild(); }