Makefile
changeset 50099 0f0880c8a7e5
parent 49953 3c37cb7bce61
parent 50093 010a1e73f69e
child 51307 87bfd1703597
--- a/Makefile	Thu Feb 16 14:56:59 2023 +0000
+++ b/Makefile	Sat Feb 18 02:39:32 2023 +0100
@@ -58,7 +58,7 @@
 all: build doc
 
 local:
-	$(PYTHON) setup.py $(PURE) \
+	MERCURIAL_SETUP_MAKE_LOCAL=1 $(PYTHON) setup.py $(PURE) \
 	  build_py -c -d . \
 	  build_ext $(COMPILERFLAG) -i \
 	  build_hgexe $(COMPILERFLAG) -i \