Skip to content

Commit

Permalink
pythongh-116472: Replace literal newlines with escape characters in M…
Browse files Browse the repository at this point in the history
…SBuild files (pythonGH-116473)
  • Loading branch information
DanAlbert authored and diegorusso committed Apr 17, 2024
1 parent 5e9b76e commit 0a7981f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PCbuild/regen.targets
Expand Up @@ -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>

Expand Down

0 comments on commit 0a7981f

Please sign in to comment.