pogreb icon indicating copy to clipboard operation
pogreb copied to clipboard

Fails to build on Windows ARM64

Open fogfish opened this issue 3 months ago • 0 comments

The project fails to build on Windows ARM64, it does not contain the definition of maxMmapSize for given platform.

Error: ../../../go/pkg/mod/github.com/akrylysov/[email protected]/fs/os_mmap_windows.go:23:13: undefined array length maxMmapSize or missing type constraint

https://github.com/akrylysov/pogreb/blob/main/fs/os_mmap_windows.go#L23

fogfish avatar Nov 13 '25 21:11 fogfish