Do not rely on importing projects for libmutton initialization

This commit is contained in:
2025-05-29 23:35:50 +00:00
parent 50ab27c674
commit 74b8261bc8
11 changed files with 185 additions and 104 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build windows
package cfg
// setUmask is a dummy function on Windows.
func setUmask(umask int) {
return
}