30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From a6869a3b49e6a333b907061339eeef622a6d4e08 Mon Sep 17 00:00:00 2001
|
|
From: Christoph Reiter <reiter.christoph@gmail.com>
|
|
Date: Thu, 17 Jun 2021 18:52:11 +0530
|
|
Subject: [PATCH 070/N] build winconsoleio
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Co-authored-by: Алексей <alexey.pawlow@gmail.com>
|
|
---
|
|
Modules/Setup | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Modules/Setup b/Modules/Setup
|
|
index 7ce4355..6bb5e51 100644
|
|
--- a/Modules/Setup
|
|
+++ b/Modules/Setup
|
|
@@ -120,7 +120,7 @@ _thread -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal _threadmodule.c # l
|
|
_locale -DPy_BUILD_CORE_BUILTIN _localemodule.c # -lintl
|
|
|
|
# Standard I/O baseline
|
|
-_io -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.c _io/textio.c _io/stringio.c
|
|
+_io -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.c _io/textio.c _io/stringio.c _io/winconsoleio.c
|
|
|
|
# faulthandler module
|
|
faulthandler faulthandler.c
|
|
--
|
|
2.32.0
|
|
|