Skip to content

Asar does not build on MinGW64 because CMake wrongly selects Linux file helpers #394

@repzilon

Description

@repzilon

I am trying to build Asar (asar_19 branch) on Windows with MinGW64. However, it does not work. CMake generates a Makefile containing instructions to compile the Linux file helpers instead of the Windows ones (or even the generic ones). Predictably, it fails to compile, GCC yelling about the missing constant to match a symbolic link as a file type (Windows support for symbolic links is sketchy at best).

I tried to fix this by editing src/asar/CMakeLists.txt, but it did not work. Can you look into this, please?

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