File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 29
29
<_KeywordSources Include =" $(PySourcePath)Grammar\python.gram;$(PySourcePath)Grammar\Tokens" />
30
30
<_KeywordOutputs Include =" $(PySourcePath)Lib\keyword.py" />
31
31
<!-- Taken from _Target._compute_digest in Tools\jit\_targets.py: -->
32
- <_JITSources Include =" $(PySourcePath)Python\executor_cases.c.h;$(IntDir )pyconfig.h;$(PySourcePath)Tools\jit\**" />
33
- <_JITOutputs Include =" $(IntDir )jit_stencils.h" />
32
+ <_JITSources Include =" $(PySourcePath)Python\executor_cases.c.h;$(GeneratedPyConfigDir )pyconfig.h;$(PySourcePath)Tools\jit\**" />
33
+ <_JITOutputs Include =" $(GeneratedPyConfigDir )jit_stencils.h" />
34
34
</ItemGroup >
35
35
36
36
<Target Name =" _TouchRegenSources" Condition =" $(ForceRegen) == 'true'" >
91
91
<JITArgs Condition =" $(Platform) == 'x64'" >x86_64-pc-windows-msvc</JITArgs >
92
92
<JITArgs Condition =" $(Configuration) == 'Debug'" >$(JITArgs) --debug</JITArgs >
93
93
</PropertyGroup >
94
- <Exec Command =' $(PythonForBuild) "$(PySourcePath)Tools\jit\build.py" $(JITArgs)' WorkingDirectory =" $(IntDir)" />
94
+ <Exec Command =' $(PythonForBuild) "$(PySourcePath)Tools\jit\build.py" $(JITArgs)'
95
+ WorkingDirectory =" $(GeneratedPyConfigDir)" />
95
96
</Target >
96
97
97
98
<Target Name =" _RegenNoPGUpdate"
You can’t perform that action at this time.
0 commit comments