From fdcb3eb29d8409b613e141ee8f4465aaefb42fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 8 Nov 2020 22:17:01 +0100 Subject: [PATCH] Add _overlapped to Python build. --- src/tasks/python.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/python.cpp b/src/tasks/python.cpp index ef428ff..59e3bd7 100644 --- a/src/tasks/python.cpp +++ b/src/tasks/python.cpp @@ -261,7 +261,7 @@ msbuild python::create_msbuild_tool(msbuild::ops o) .solution(solution_file()) .targets({ "python", "pythonw", "python3dll", "select", "pyexpat", - "unicodedata", "_queue", "_bz2", "_ssl"}) + "unicodedata", "_queue", "_bz2", "_ssl", "_overlapped"}) .parameters({ "bz2Dir=" + path_to_utf8(bzip2::source_path()), "zlibDir=" + path_to_utf8(zlib::source_path()),