Skip to content

Commit

Permalink
Merge pull request #1 from yahoojapan/1.0.1
Browse files Browse the repository at this point in the history
Uses the unversioned library
  • Loading branch information
Hirotaka Wakabayashi authored Apr 22, 2021
2 parents 67f9f51 + f28c85d commit c5cd3b8
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 c5cd3b8

Please sign in to comment.