Skip to content

Commit e4b1362

Browse files
committed
chore: bump lib path to the user specific non-essential ache path
Signed-off-by: Peefy <[email protected]>
1 parent bb4316e commit e4b1362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/native/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const libName = "kclvm_cli_cdylib"
1313

1414
func libPath() (path string, err error) {
15-
return lazypath.DataHome(), nil
15+
return lazypath.CacheHome(), nil
1616
}
1717

1818
func fullLibName() string {

0 commit comments

Comments
 (0)