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

Correct encoding of make_program path for AutoTools + msys2 #15047

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    d50f2df View commit details
    Browse the repository at this point in the history
  2. AutoTools.make(): encode path to make_program appropriately

    Autotools expects to be run in a unix-like environment. So the correct
    encoding for paths to execute is unix-like.
    nmasseyKM committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4d4de48 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. simplified test

    memsharded committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5b33028 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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