[Updated] D11287: pyoxidized: add a copy of the `templates` directory in the right location
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Aug 19 01:19:10 UTC 2021
Closed by commit rHGda39b9c1c486: pyoxidized: add a copy of the `templates` directory in the right location (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11287?vs=29911&id=29938
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11287/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11287
AFFECTED FILES
Makefile
CHANGE DETAILS
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -270,9 +270,15 @@
pyoxidizer:
$(PYOXIDIZER) build --path ./rust/hgcli --release
+
+PYOX_DIR=build/pyoxidizer/x86_64-pc-windows-msvc/release/app
+
# a temporary target to setup all we need for run-tests.py --pyoxidizer
# (should go away as the run-tests implementation improves
pyoxidizer-windows-tests: pyoxidizer
+ rm -rf $(PYOX_DIR)/templates
+ cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates
+
.PHONY: help all local build doc cleanbutpackages clean install install-bin \
install-doc install-home install-home-bin install-home-doc \
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210819/5f085257/attachment-0002.html>
More information about the Mercurial-patches
mailing list