aboutsummaryrefslogtreecommitdiff
path: root/flow-native/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/build.sbt')
-rw-r--r--flow-native/build.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/flow-native/build.sbt b/flow-native/build.sbt
new file mode 100644
index 0000000..b175e05
--- /dev/null
+++ b/flow-native/build.sbt
@@ -0,0 +1,3 @@
+enablePlugins(JniNative)
+
+jniLibraryPath in (Compile, jni) := "com/github/jodersky/flow"