Skip to content
Snippets Groups Projects
Unverified Commit 2b97cfdc authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31924)


(cherry picked from commit 70881208)

Co-authored-by: default avatarSteve Dower <steve.dower@python.org>
parent e5f711f5
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
</Fragment> </Fragment>
<Fragment> <Fragment>
<?ifdef PythonExeComponentGuid ?>
<!-- Locate TARGETDIR automatically assuming we have executables installed --> <!-- Locate TARGETDIR automatically assuming we have executables installed -->
<Property Id="TARGETDIR"> <Property Id="TARGETDIR">
<ComponentSearch Id="PythonExe_Directory" Guid="$(var.PythonExeComponentGuid)"> <ComponentSearch Id="PythonExe_Directory" Guid="$(var.PythonExeComponentGuid)">
...@@ -69,6 +70,7 @@ ...@@ -69,6 +70,7 @@
</DirectorySearch> </DirectorySearch>
</ComponentSearch> </ComponentSearch>
</Property> </Property>
<?endif ?>
<Property Id="DetectTargetDir" Value="1" /> <Property Id="DetectTargetDir" Value="1" />
</Fragment> </Fragment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment