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 13ffd4b commit 5d0cdfeCopy full SHA for 5d0cdfe
PCbuild/regen.targets
@@ -150,9 +150,7 @@
150
Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and
151
$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'">
152
<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high" />
153
- <Exec Command='setlocal
154
-set PYTHONPATH=$(PySourcePath)Lib
155
-"$(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'
156
WorkingDirectory="$(PySourcePath)" />
157
</Target>
158
0 commit comments