Submitter | phabricator |
---|---|
Date | March 12, 2021, 10:09 p.m. |
Message ID | <differential-rev-PHID-DREV-4fj7ia6qxzc4a4llqyje-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48504/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -68,6 +68,9 @@ build: $(PYTHON) setup.py $(PURE) build $(COMPILERFLAG) +build-chg: + make -C contrib/chg + wheel: FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)