Fix loading of native libraries and package names
This commit is contained in:
@@ -7,11 +7,7 @@ class JSyphonClient
|
||||
{
|
||||
private var ptr: Long = 0
|
||||
|
||||
companion object {
|
||||
init {
|
||||
System.load(File("orx-syphon/src/main/kotlin/jsyphon/libJSyphon.jnilib").absolutePath)
|
||||
}
|
||||
}
|
||||
val native = JSyphonNative.check()
|
||||
|
||||
fun init() {
|
||||
ptr = init(null)
|
||||
|
||||
Reference in New Issue
Block a user