[Updated] D11356: packaging: reference proper output directory
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Fri Aug 27 09:26:40 UTC 2021
Closed by commit rHG1e6cb23ce6da: packaging: reference proper output directory (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11356?vs=30072&id=30078
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11356/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11356
AFFECTED FILES
contrib/packaging/hgpackaging/pyoxidizer.py
CHANGE DETAILS
diff --git a/contrib/packaging/hgpackaging/pyoxidizer.py b/contrib/packaging/hgpackaging/pyoxidizer.py
--- a/contrib/packaging/hgpackaging/pyoxidizer.py
+++ b/contrib/packaging/hgpackaging/pyoxidizer.py
@@ -136,13 +136,8 @@
run_pyoxidizer(source_dir, build_dir, target_triple)
- if "windows" in target_triple:
- target = "app_windows"
- else:
- target = "app_posix"
-
build_dir = (
- source_dir / "build" / "pyoxidizer" / target_triple / "release" / target
+ source_dir / "build" / "pyoxidizer" / target_triple / "release" / "app"
)
if out_dir.exists():
To: indygreg, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210827/c64c1e4e/attachment-0002.html>
More information about the Mercurial-patches
mailing list