aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:07:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:07:46 +0000
commit6d74a87b47bce2bbc7b847360689d2bb66217a6b (patch)
treeebc675b9b92376ac337086696a6ccbc0bb027e3a
parent3fc6b6f6619d3ff429b61a6cd86598739dcf63dc (diff)
parentbb6b562da7dac38077ea6eecf7dbf4b763bb8202 (diff)
downloadcpython3-sdk-release.tar.gz
Snap for 11566117 from bb6b562da7dac38077ea6eecf7dbf4b763bb8202 to sdk-releaseplatform-tools-35.0.1sdk-release
Change-Id: Ic522e10771af47a6ca05f1dfa12951bb466f7efa
-rw-r--r--PCbuild/regen.targets4
1 files changed, 1 insertions, 3 deletions
diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets
index 24b5ced1de..342c2d4b14 100644
--- a/PCbuild/regen.targets
+++ b/PCbuild/regen.targets
@@ -108,9 +108,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>