mirror of https://github.com/python/cpython
gh-116472: Replace literal newlines with escape characters in MSBuild files (GH-116473)
This commit is contained in:
parent
13ffd4bd9f
commit
5d0cdfe519
|
@ -150,9 +150,7 @@
|
|||
Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and
|
||||
$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'">
|
||||
<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high" />
|
||||
<Exec Command='setlocal
|
||||
set PYTHONPATH=$(PySourcePath)Lib
|
||||
"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
|
||||
<Exec Command='setlocal%0D%0Aset PYTHONPATH=$(PySourcePath)Lib%0D%0A"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
|
||||
WorkingDirectory="$(PySourcePath)" />
|
||||
</Target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue