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

build: prefer python 3 over 2 for configure #30091

Closed
wants to merge 2 commits into from

Commits on Oct 24, 2019

  1. build: prefer python 3 over 2 for configure

    Change python search order to python3*, then python, then python2*.
    sam-github committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c0624cf View commit details
    Browse the repository at this point in the history
  2. build: vcbuild uses default Python, not Py2

    vcbuild now searches for the first python.exe found, and uses it, where
    it used to look for Python 2 first.
    joaocgreis authored and sam-github committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5cbec36 View commit details
    Browse the repository at this point in the history