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

Fix MinGW builds of Premake #1420

Merged
merged 4 commits into from
Apr 1, 2020
Merged

Fix MinGW builds of Premake #1420

merged 4 commits into from
Apr 1, 2020

Commits on Mar 31, 2020

  1. os_stat: Use _stat instead of _stat64i32

    `stat64i32` is undefined when building with mingw32
    tdesveaux authored and starkos committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    987bae9 View commit details
    Browse the repository at this point in the history
  2. Fix MinGW64 build

    tdesveaux authored and starkos committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f29f8b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac874b9 View commit details
    Browse the repository at this point in the history
  4. Restore "version.lib" pragma for os.getversion

    I'm not sure why this is still needed, since "version" has also been added to the `premake5.lua` config for Windows builds. But it's failing the CI builds, so restoring for now.
    starkos committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1903468 View commit details
    Browse the repository at this point in the history