From f28c85d76155d419d353ee9152ec202118c3895f Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Thu, 22 Apr 2021 13:06:42 +0900 Subject: [PATCH] Uses the unversioned library --- k2hdkc/k2hdkc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {