Add _overlapped to Python build.

This commit is contained in:
Mikaël Capelle
2020-11-08 22:17:01 +01:00
parent f64d919494
commit fdcb3eb29d
+1 -1
View File
@@ -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()),