Show More
@@ -270,9 +270,15 b' osx:' | |||||
270 | pyoxidizer: |
|
270 | pyoxidizer: | |
271 | $(PYOXIDIZER) build --path ./rust/hgcli --release |
|
271 | $(PYOXIDIZER) build --path ./rust/hgcli --release | |
272 |
|
272 | |||
|
273 | ||||
|
274 | PYOX_DIR=build/pyoxidizer/x86_64-pc-windows-msvc/release/app | |||
|
275 | ||||
273 | # a temporary target to setup all we need for run-tests.py --pyoxidizer |
|
276 | # a temporary target to setup all we need for run-tests.py --pyoxidizer | |
274 | # (should go away as the run-tests implementation improves |
|
277 | # (should go away as the run-tests implementation improves | |
275 | pyoxidizer-windows-tests: pyoxidizer |
|
278 | pyoxidizer-windows-tests: pyoxidizer | |
|
279 | rm -rf $(PYOX_DIR)/templates | |||
|
280 | cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates | |||
|
281 | ||||
276 |
|
|
282 | ||
277 | .PHONY: help all local build doc cleanbutpackages clean install install-bin \ |
|
283 | .PHONY: help all local build doc cleanbutpackages clean install install-bin \ | |
278 | install-doc install-home install-home-bin install-home-doc \ |
|
284 | install-doc install-home install-home-bin install-home-doc \ |
General Comments 0
You need to be logged in to leave comments.
Login now