We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7f278 commit 22c38a6Copy full SHA for 22c38a6
PCbuild/regen.targets
@@ -109,9 +109,7 @@
109
Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and
110
$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'">
111
<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high" />
112
- <Exec Command='setlocal
113
-set PYTHONPATH=$(PySourcePath)Lib
114
-"$(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'
115
WorkingDirectory="$(PySourcePath)" />
116
</Target>
117
0 commit comments