1
0
Fork 1
mirror of https://example.com synced 2024-11-23 06:46:39 +09:00
firefish/packages/backend/native-utils/build.rs

6 lines
65 B
Rust
Raw Normal View History

2023-07-20 04:17:05 +09:00
extern crate napi_build;
fn main() {
napi_build::setup();
}