aboutsummaryrefslogtreecommitdiff
path: root/flow-native/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-16 15:28:59 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-09 03:30:35 -0700
commit92c4b3d41e06ad4b89004212c85248e9e6cd61d7 (patch)
tree69470f7c4ed48edaebea91964d7d552e7eaacf0d /flow-native/build.sbt
parentf6f26c2c9e3ec9bdd45fb384483b3450bef5984a (diff)
downloadakka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.tar.gz
akka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.tar.bz2
akka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.zip
Move project to `ch.jodersky` and upgrade sbt-jni
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