mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
(cherry picked from commit 7088120853)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
27f6386ffd
commit
70eb9db398
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<?ifdef PythonExeComponentGuid ?>
|
||||
<!-- Locate TARGETDIR automatically assuming we have executables installed -->
|
||||
<Property Id="TARGETDIR">
|
||||
<ComponentSearch Id="PythonExe_Directory" Guid="$(var.PythonExeComponentGuid)">
|
||||
|
|
@ -69,6 +70,7 @@
|
|||
</DirectorySearch>
|
||||
</ComponentSearch>
|
||||
</Property>
|
||||
<?endif ?>
|
||||
<Property Id="DetectTargetDir" Value="1" />
|
||||
</Fragment>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue