napi-rs/test_module/build.rs

6 lines
63 B
Rust
Raw Normal View History

2020-02-18 22:09:17 +09:00
extern crate napi_build;
fn main() {
napi_build::setup();
2020-02-18 22:09:17 +09:00
}