mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib.crypto+other: fix mut args
This commit is contained in:
committed by
Alexander Medvednikov
parent
818c4a14e5
commit
511a3d3901
@@ -747,7 +747,7 @@ fn (v mut V) cc() {
|
||||
}
|
||||
$if windows {
|
||||
if v.os == .msvc {
|
||||
cc_msvc(v)
|
||||
cc_msvc(mut v)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user