From 791cb363b77332e3abdf4039102dfcdb863ce6c3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 2 May 2016 05:19:07 -0700 Subject: Use macro annotation to load native library This also removes the need for third projects to depend on a "loader library". --- plugin/src/sbt-test/sbt-jni/oneproject/src/native | 1 + 1 file changed, 1 insertion(+) create mode 120000 plugin/src/sbt-test/sbt-jni/oneproject/src/native (limited to 'plugin/src/sbt-test/sbt-jni/oneproject/src/native') diff --git a/plugin/src/sbt-test/sbt-jni/oneproject/src/native b/plugin/src/sbt-test/sbt-jni/oneproject/src/native new file mode 120000 index 0000000..ebbac72 --- /dev/null +++ b/plugin/src/sbt-test/sbt-jni/oneproject/src/native @@ -0,0 +1 @@ +../../simple/native/src/ \ No newline at end of file -- cgit v1.2.3