Skip to content

馃殌 Cross-compile for Windows (mingw-w64)#2

Description

@coalio

Useful information

As of now, this utility can only be used in Linux due to the usage of functions that perform Linux system calls such as mkdir. The umask is also defined at the first line of the int main() function. [main.cpp:19]

I believe this utility would be useful for Windows developers that don't want to use WSL (or are running older Windows releases such as 7). The integration should not be complicated at all. However, some time must be spent in order to do this.

As a requirement, the CMake specification must also allow to cross-compile for Win32 from Linux using the mingw-w64 toolchain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions