MINGW-packages/mingw-w64-python/0121-venv-install-batch-scripts.patch
2025-10-10 14:31:04 +02:00

23 lines
667 B
Diff

From 9e124264a09cb49751668212ded725713648f6d7 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 \