Skip to content

Commit

Permalink
Uses the unversioned library
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirotaka Wakabayashi committed Apr 22, 2021
1 parent 67f9f51 commit f28c85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k2hdkc/k2hdkc.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package k2hdkc
#include <stdio.h>
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) {
Expand Down

0 comments on commit f28c85d

Please sign in to comment.