Show More
@@ -15,6 +15,8 b' else' | |||||
15 | PYTHON?=python3 |
|
15 | PYTHON?=python3 | |
16 | endif |
|
16 | endif | |
17 |
|
17 | |||
|
18 | PYOXIDIZER?=pyoxidizer | |||
|
19 | ||||
18 | $(eval HGROOT := $(shell pwd)) |
|
20 | $(eval HGROOT := $(shell pwd)) | |
19 | HGPYTHONS ?= $(HGROOT)/build/pythons |
|
21 | HGPYTHONS ?= $(HGROOT)/build/pythons | |
20 | PURE= |
|
22 | PURE= | |
@@ -259,9 +261,12 b' osx:' | |||||
259 | --resources contrib/packaging/macosx/ \ |
|
261 | --resources contrib/packaging/macosx/ \ | |
260 | "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg |
|
262 | "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg | |
261 |
|
263 | |||
|
264 | pyoxidizer: | |||
|
265 | $(PYOXIDIZER) build --path ./rust/hgcli --release | |||
|
266 | ||||
262 | .PHONY: help all local build doc cleanbutpackages clean install install-bin \ |
|
267 | .PHONY: help all local build doc cleanbutpackages clean install install-bin \ | |
263 | install-doc install-home install-home-bin install-home-doc \ |
|
268 | install-doc install-home install-home-bin install-home-doc \ | |
264 | dist dist-notests check tests rust-tests check-code format-c \ |
|
269 | dist dist-notests check tests rust-tests check-code format-c \ | |
265 | update-pot \ |
|
270 | update-pot pyoxidizer \ | |
266 | $(packaging_targets) \ |
|
271 | $(packaging_targets) \ | |
267 | osx |
|
272 | osx |
General Comments 0
You need to be logged in to leave comments.
Login now