Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: MSYS2 workflow #2011

Merged
merged 2 commits into from
Aug 10, 2023
Merged

GitHub Actions: MSYS2 workflow #2011

merged 2 commits into from
Aug 10, 2023

Commits on Mar 24, 2023

  1. Fix checking Windows platform for non-msvc toolchain

    This changes _MSC_VER with PLATFORM_WINDOWS macro to check Windows
    platform. _MSC_VER is specific for MSVC toolchain and not defined
    in mingw based toolchain. So, this fixes compilation in later one.
    
    bd4c56c introduces the issue.
    Biswa96 authored and jonas-ott committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2cee8bf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    3248578 View commit details
    Browse the repository at this point in the history