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

Run build.rs shell commands on Windows #109

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Run build.rs shell commands on Windows #109

merged 2 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. Run build.rs shell commands on Windows

    more specifically, in Git Bash's `sh` under a default Git for Windows
    install
    diogotito committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ab0cbcf View commit details
    Browse the repository at this point in the history
  2. Switch from cfg! macro to cfg attribute for build.rs

    comptime `if cfg!(windows)` didn't eliminate erroneous `env!("ProgramFiles")` in CI 😢
    diogotito committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4ad4e9b View commit details
    Browse the repository at this point in the history