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.sbt5
1 files changed, 3 insertions, 2 deletions
diff --git a/flow-native/build.sbt b/flow-native/build.sbt
index b6b39a0..1f5720e 100644
--- a/flow-native/build.sbt
+++ b/flow-native/build.sbt
@@ -4,6 +4,7 @@ FlowBuild.commonSettings
enablePlugins(JniNative)
-sourceDirectory in nativeCompile in Compile := sourceDirectory.value
+sourceDirectory in nativeCompile := sourceDirectory.value
-nativeLibraryPath in Compile := "com/github/jodersky/flow"
+// uncomment below to use library in lib_native instead
+//enableNativeCompilation in Compile := false