aboutsummaryrefslogtreecommitdiff
path: root/code/native/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'code/native/build.rs')
-rw-r--r--code/native/build.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/code/native/build.rs b/code/native/build.rs
deleted file mode 100644
index 687a66194..000000000
--- a/code/native/build.rs
+++ /dev/null
@@ -1,7 +0,0 @@
1extern crate neon_build;
2
3fn main() {
4 neon_build::setup(); // must be called in build.rs
5
6 // add project-specific build logic here...
7}