Files
MINGW-packages/mingw-w64-python3.10/0055-install-msilib.patch
2022-03-13 21:58:26 +05:30

32 lines
909 B
Diff

From bcd5b6103a5adbbe1ef459bfc58a3c37ffc27b39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= <s@saghul.net>
Date: Thu, 17 Jun 2021 18:52:09 +0530
Subject: [PATCH 055/N] install msilib
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Алексей <alexey.pawlow@gmail.com>
Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
Co-authored-by: Ray Donnelly <mingw.android@gmail.com>
Signed-off-by: Naveen M K <naveen521kk@gmail.com>
---
Makefile.pre.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7220d6b..cfb6ff1 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1459,6 +1459,7 @@ LIBSUBDIRS= asyncio \
sqlite3 \
tkinter \
turtledemo \
+ msilib \
unittest \
urllib \
venv venv/scripts venv/scripts/common venv/scripts/posix \
--
2.35.1