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