mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
5 lines
122 B
Rust
5 lines
122 B
Rust
#[cfg(feature="enable-napi")] extern crate napi_build;
|
|
|
|
fn main() {
|
|
#[cfg(feature="enable-napi")] napi_build::setup();
|
|
} |