Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

build,win: set env before generating projects #20109

Closed
wants to merge 1 commit into from
Closed

build,win: set env before generating projects #20109

wants to merge 1 commit into from

Commits on Apr 23, 2015

  1. build,win: set env before generating projects

    vcbuild.bat calls python configure before setting GYP_MSVS_VERSION,
    so SelectVisualStudioVersion (tools\gyp\pylib\gyp\MSVSVersion.py)
    defaults to 'auto' and selects VS 2005.
    
    vcbuild sets the environment in the current shell, so this issue
    would manifest itself only on the first invocation of the script
    in any given shell windows.
    orangemocha committed Apr 23, 2015
    Copy the full SHA
    604f4ba View commit details
    Browse the repository at this point in the history