mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-24 13:21:38 +00:00
NodeJs native binding 추가
This commit is contained in:
7
nodejs/native/build.rs
Normal file
7
nodejs/native/build.rs
Normal file
@ -0,0 +1,7 @@
|
||||
extern crate neon_build;
|
||||
|
||||
fn main() {
|
||||
neon_build::setup(); // must be called in build.rs
|
||||
|
||||
// add project-specific build logic here...
|
||||
}
|
Reference in New Issue
Block a user