diff --git a/go/native/loader.go b/go/native/loader.go index 2483cf7..b49af50 100644 --- a/go/native/loader.go +++ b/go/native/loader.go @@ -14,7 +14,7 @@ const libName = "kclvm_cli_cdylib" func libPath() (path string, err error) { libHome := os.Getenv("KCL_LIB_HOME") if libHome == "" { - return lazypath.CacheHome(), nil + return lazypath., nil } return libHome, nil }