From a3a905fbb407c08ed03ff77bfadcb6b1d3ffc68b Mon Sep 17 00:00:00 2001 From: oltolm Date: Sun, 17 Aug 2025 12:37:07 +0200 Subject: [PATCH] venv: install batch scripts --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 68fbe7b1e7d9ec..db789988936dc1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2174,7 +2174,7 @@ LIBSUBDIRS= asyncio \ msilib \ unittest \ urllib \ - venv venv/scripts venv/scripts/common venv/scripts/posix \ + venv venv/scripts venv/scripts/common venv/scripts/nt venv/scripts/posix \ wsgiref \ $(XMLLIBSUBDIRS) \ xmlrpc \