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

Config.pm: Windows: Ensure x64 architecture #28

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. Config.pm: Windows: Ensure x64 architecture

    As far as I know, Rakudo is not building under 32bit Windows.
    If so, let's check and assure we use the MSVC 64bit cl.exe for a desired build run.
    
    See also MoarVM/MoarVM#1789 (comment)
    AntonOks authored May 13, 2024
    Configuration menu
    Copy the full SHA
    0a2b078 View commit details
    Browse the repository at this point in the history
  2. Config.pm: Fix typo

    AntonOks authored May 13, 2024
    Configuration menu
    Copy the full SHA
    9b2e938 View commit details
    Browse the repository at this point in the history
  3. Config.pm: Adopt regex to also cover ARM64 Windows

    thanks to @ugexe for the review and hint!
    AntonOks authored May 13, 2024
    Configuration menu
    Copy the full SHA
    6d3e774 View commit details
    Browse the repository at this point in the history