diff options
author | Steve Dower <steve.dower@python.org> | 2024-01-17 21:52:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 21:52:23 (GMT) |
commit | f56d132deb9fff861439ed56ed7414d22e4e4bb9 (patch) | |
tree | 69e70221cd40f134de9abf1292f228ec7d5c9c11 /PCbuild/_queue.vcxproj | |
parent | 78fcde039a33d8463e34356d5462fecee0f2831a (diff) | |
download | cpython-f56d132deb9fff861439ed56ed7414d22e4e4bb9.zip cpython-f56d132deb9fff861439ed56ed7414d22e4e4bb9.tar.gz cpython-f56d132deb9fff861439ed56ed7414d22e4e4bb9.tar.bz2 |
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
Diffstat (limited to 'PCbuild/_queue.vcxproj')
-rw-r--r-- | PCbuild/_queue.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_queue.vcxproj b/PCbuild/_queue.vcxproj index 8065b23..80a1c3c 100644 --- a/PCbuild/_queue.vcxproj +++ b/PCbuild/_queue.vcxproj @@ -79,7 +79,7 @@ </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <PropertyGroup> - <TargetExt>.pyd</TargetExt> + <TargetExt>$(PyStdlibPydExt)</TargetExt> </PropertyGroup> <ImportGroup Label="ExtensionSettings"> </ImportGroup> |