* add libb2 as dep * remove "-Wl,--large-address-aware", default now via makepkg * remove 2to3 logic, no longer in Python
28 lines
847 B
Diff
28 lines
847 B
Diff
From 9ba8c772f70ba96b89b9d1755cafc002aff31009 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 035/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>
|
|
---
|
|
Makefile.pre.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Makefile.pre.in b/Makefile.pre.in
|
|
index db9d12a..93f6c20 100644
|
|
--- a/Makefile.pre.in
|
|
+++ b/Makefile.pre.in
|
|
@@ -2352,6 +2352,7 @@ LIBSUBDIRS= asyncio \
|
|
tkinter \
|
|
tomllib \
|
|
turtledemo \
|
|
+ msilib \
|
|
unittest \
|
|
urllib \
|
|
venv venv/scripts venv/scripts/common venv/scripts/posix \
|