Skip to content

Windows Cross-Compilation Support #5

@wingman-jr-addon

Description

@wingman-jr-addon

Thanks for the recent work that made mingw-w64 successfully cross-compile the code. Only one minor issue seems to remain: the .exe extension is appended to the sz executable, which fails on make install.
Perhaps this line should somehow account for the difference in the binary name?

install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${EXE} TYPE BIN)

Manually editing the configured cmake output to append .exe then caused the install to complete without issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions