aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-15 18:06:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-15 18:06:45 +0000
commit3c47de014381f450e5a22ac4d02d7c2dbc192603 (patch)
treeebc675b9b92376ac337086696a6ccbc0bb027e3a
parentc9f5640f44b847828028af04dd01b7d51576d50d (diff)
parentbb6b562da7dac38077ea6eecf7dbf4b763bb8202 (diff)
downloadcpython3-build-tools-release.tar.gz
Snap for 11582845 from bb6b562da7dac38077ea6eecf7dbf4b763bb8202 to build-tools-releasebuild-tools-release
Change-Id: I1c9c917cbc4944317d2197e4ccbbc21836edc1fd
-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>