diff --git a/k2hdkc/k2hdkc.go b/k2hdkc/k2hdkc.go index 4717043..28d9eac 100644 --- a/k2hdkc/k2hdkc.go +++ b/k2hdkc/k2hdkc.go @@ -23,7 +23,7 @@ package k2hdkc #include static int dlopen_k2hdkc() { dlerror(); - void* handler = dlopen("libk2hdkc.so.0", RTLD_LAZY); + void* handler = dlopen("libk2hdkc.so", RTLD_LAZY); if (handler == NULL) { char* error = dlerror(); if (error != NULL) {