diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-01-18 22:09:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 22:09:49 (GMT) |
commit | ccf7f05c5d3fdea89d857e775d2c6371f3e15b4a (patch) | |
tree | a777bdd32d62666c9bc5c381d4cbbd7004b0926a /PCbuild/pcbuild.proj | |
parent | f31c70b0d65510d6d3235816eb95ef43ba6764bf (diff) | |
download | cpython-ccf7f05c5d3fdea89d857e775d2c6371f3e15b4a.zip cpython-ccf7f05c5d3fdea89d857e775d2c6371f3e15b4a.tar.gz cpython-ccf7f05c5d3fdea89d857e775d2c6371f3e15b4a.tar.bz2 |
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r-- | PCbuild/pcbuild.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index c6b8487..f789096 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -49,7 +49,7 @@ <!-- pyshellext.dll --> <Projects Include="pyshellext.vcxproj" /> <!-- Extension modules --> - <ExtensionModules Include="_asyncio;_ctypes;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;select;unicodedata;winsound" /> + <ExtensionModules Include="_asyncio;_ctypes;_decimal;_distutils_findvs;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;select;unicodedata;winsound" /> <!-- Extension modules that require external sources --> <ExternalModules Include="_bz2;_lzma;_sqlite3" /> <!-- _ssl will build _socket as well, which may cause conflicts in parallel builds --> |