Skip to content

Commit

Permalink
chore: bump lib path to home cache path with the kcl sub folder
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 14, 2024
1 parent 0cf5778 commit 3c73ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/native/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func fullLibName() string {

func loadServiceNativeLib() (uintptr, error) {
libPath, err := libPath()
libPath = filepath.Join(libPath, "kcl")
if err != nil {
return 0, err
}
Expand Down

0 comments on commit 3c73ffd

Please sign in to comment.