This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Commit 10f251e
win: backport set env before generating projects
Backport commit a58b174 from branch
v0.12.
Original commit message:
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.
Reviewed-By: Julien Gilli <[email protected]>
PR-URL: #20109
Conflicts:
vcbuild.bat
Reviewed-By: João Reis <[email protected]>
PR-URL: #255691 parent 7df5770 commit 10f251e
1 file changed
+20
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 86 | | |
106 | 87 | | |
107 | 88 | | |
| |||
124 | 105 | | |
125 | 106 | | |
126 | 107 | | |
| 108 | + | |
127 | 109 | | |
128 | 110 | | |
129 | 111 | | |
130 | | - | |
131 | | - | |
| 112 | + | |
| 113 | + | |
132 | 114 | | |
133 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
0 commit comments