msbuilds now writes a custom props file to disable 4566

This commit is contained in:
isanae
2020-05-13 12:37:16 -04:00
parent 953df021c8
commit 0f28408e8d
6 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ void python::build_and_install_from_source()
.projects({
"python", "pythonw", "python3dll", "select", "pyexpat",
"unicodedata", "_queue", "_bz2", "_ssl"})
.parameters({
.parameters({
"bz2Dir=" + path_to_utf8(bzip2::source_path()),
"zlibDir=" + path_to_utf8(zlib::source_path()),
"opensslIncludeDir=" + path_to_utf8(openssl::include_path()),