Skip to content

0.1.2 (patch for alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Wallby Wallby released this 18 Aug 13:41

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 the mingw64\bin\ folder to system Path environment variable, and also manually created a symbolic link make.exe by running New-Item -ItemType SymbolicLink -Path .\make.exe -Target .\mingw32-make.exe in the mingw64\bin\ folder)