mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Ajdust path to launcher for non-PGO-builds
This commit is contained in:
parent
d31234166f
commit
77cc86f873
1 changed files with 2 additions and 0 deletions
|
@ -977,6 +977,8 @@ def add_files(db):
|
||||||
launchersrc = PCBUILD
|
launchersrc = PCBUILD
|
||||||
if launchersrc.lower() == 'pcbuild\\x64-pgo':
|
if launchersrc.lower() == 'pcbuild\\x64-pgo':
|
||||||
launchersrc = 'PCBuild\\win32-pgo'
|
launchersrc = 'PCBuild\\win32-pgo'
|
||||||
|
if launchersrc.lower() == 'pcbuild\\amd64':
|
||||||
|
launchersrc = 'PCBuild'
|
||||||
launcher = os.path.join(srcdir, launchersrc, "py.exe")
|
launcher = os.path.join(srcdir, launchersrc, "py.exe")
|
||||||
launcherdir.start_component("launcher", flags = 8+256, keyfile="py.exe")
|
launcherdir.start_component("launcher", flags = 8+256, keyfile="py.exe")
|
||||||
launcherdir.add_file(launcher,
|
launcherdir.add_file(launcher,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue