Skip to content

Windows build fails with undefined: syscall.SIGWINCH #13

Description

@muhamm-ad

Building on Windows fails because the SSM session code in main.go uses syscall.SIGWINCH, which is a Unix-only signal and is not defined on Windows.

# github.com/fuziontech/lazyaws
.\main.go:4406:29: undefined: syscall.SIGWINCH
.\main.go:4414:17: undefined: syscall.SIGWINCH

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions