Remove --remote from git submodule update, so the CI builds with dependencies pinned at the versions used by the repo. This fixes all CI builds failing as miniaudio had a breaking API change.
Add -municode linking flag to MINGW builds, so wmain is used there too (Fixes the windows CI trying to use WinMain and failing).
Remove
--remote
fromgit submodule update
, so the CI builds with dependencies pinned at the versions used by the repo. This fixes all CI builds failing as miniaudio had a breaking API change.Add
-municode
linking flag to MINGW builds, so wmain is used there too (Fixes the windows CI trying to use WinMain and failing).