mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
This commit is contained in:
parent
cb495a1e9f
commit
7088120853
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