Skip to content

Commit

Permalink
chore: bump lib path to the user specific non-essential ache path
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 24, 2024
1 parent bb4316e commit e4b1362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/native/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const libName = "kclvm_cli_cdylib"

func libPath() (path string, err error) {
return lazypath.DataHome(), nil
return lazypath.CacheHome(), nil
}

func fullLibName() string {
Expand Down

0 comments on commit e4b1362

Please sign in to comment.