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?