We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4316e commit e4b1362Copy full SHA for e4b1362
go/native/loader.go
@@ -12,7 +12,7 @@ import (
12
const libName = "kclvm_cli_cdylib"
13
14
func libPath() (path string, err error) {
15
- return lazypath.DataHome(), nil
+ return lazypath.CacheHome(), nil
16
}
17
18
func fullLibName() string {
0 commit comments