You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows build issues with GCC PATH and CMake configuration
- Update configure-atari800.sh to ensure MinGW-w64 tools are in PATH
- Fix create-minimal-makefile.sh to use correct PATH for Windows builds
- Update CMakeLists.txt verification commands to use broader PATH
- Ensure both /mingw64/bin and /usr/bin are accessible in MSYS2 environment
These changes address the "gcc not found" and CMake configuration errors
encountered in GitHub Actions Windows builds.
0 commit comments