From 5521a9377fa35278e2407ab13b26f86b5ce4eb36 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 18 Jan 2016 19:18:39 -0800 Subject: upgrade sbt-jni plugin --- flow-native/build.sbt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'flow-native') diff --git a/flow-native/build.sbt b/flow-native/build.sbt index b175e05..b6b39a0 100644 --- a/flow-native/build.sbt +++ b/flow-native/build.sbt @@ -1,3 +1,9 @@ +import flow.{FlowBuild} + +FlowBuild.commonSettings + enablePlugins(JniNative) -jniLibraryPath in (Compile, jni) := "com/github/jodersky/flow" +sourceDirectory in nativeCompile in Compile := sourceDirectory.value + +nativeLibraryPath in Compile := "com/github/jodersky/flow" -- cgit v1.2.3