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 79c21df commit 5a448e3Copy full SHA for 5a448e3
install_lib_windows.go
@@ -3,7 +3,7 @@ package kclvm_artifact
3
func installLib(libDir, libName string, versionMatched bool) error {
4
libFullName := libName + ".dll"
5
exportLibFullName := libName + ".lib"
6
- err := writeLib(libDir, libFullName, kclvmCliLib)
+ err := writeLib(libDir, libFullName, kclvmCliLib, versionMatched)
7
if err != nil {
8
return err
9
}
0 commit comments