Fork me on GitHub
#leiningen
<
2018-05-24
>
mitchelkuijpers09:05:51

Has anyone here run into the case where they need some deps in my case these two:

[com.almworks.sqlite4java/libsqlite4java-linux-amd64 "1.0.392" :extension "so"] 
                                      [com.almworks.sqlite4java/libsqlite4java-osx "1.0.392" :extension "dylib"] 
And these files need to be copied to some folder which I give as a argument

mitchelkuijpers09:05:47

For me it is this:

:jvm-opts [~(str "-Dsqlite4java.library.path=" (System/getProperty "user.dir") "/native")]
I saw some support for native deps, but that seems more related if they put these files into jars