Skip to content

Commit

Permalink
gh-116472: Replace literal newlines with escape characters in MSBuild…
Browse files Browse the repository at this point in the history
… files (GH-116473)
  • Loading branch information
DanAlbert committed Mar 7, 2024
1 parent 13ffd4b commit 5d0cdfe
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 5d0cdfe

Please sign in to comment.