23 lines
667 B
Diff
23 lines
667 B
Diff
From 7dce92d49c29c50cf3ebb35e89d5d11276bee6ee Mon Sep 17 00:00:00 2001
|
|
From: oltolm <oleg.tolmatcev@gmail.com>
|
|
Date: Sun, 17 Aug 2025 12:37:07 +0200
|
|
Subject: [PATCH 121/N] 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 68fbe7b..db78998 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 \
|