0.1.2 (patch for alpha)
Pre-release
Pre-release
Mainly fixes that make test
now works on windows again.
I hadn't tested it on windows as I stopped using chocolatey. I tried WSL with checking
$WSL_DISTRO_NAME
, but at the moment that broke too much of the existing code. I am now using a manual MinGW-w64 installation for the time being (until hopefully MinGW-w64 gets added to winget). To do this I manually added themingw64\bin\
folder to systemPath
environment variable, and also manually created a symbolic linkmake.exe
by runningNew-Item -ItemType SymbolicLink -Path .\make.exe -Target .\mingw32-make.exe
in themingw64\bin\
folder)