1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Update NuGet python version

Python version updated from 3.7.7 to 3.9.7 for Windows Nuget downloads

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
Emily Mabrey 2021-09-28 15:25:24 -04:00
parent 5b01ec2f43
commit 4ef309ae2a
No known key found for this signature in database
GPG Key ID: 6F4EF47256A1B7DC

View File

@ -699,7 +699,7 @@ if( Python3_FOUND )
set( PYTHON "${Python3_EXECUTABLE}" )
elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" )
# This is an odd case now, as Conan requires Python as well
nuget_package( pkgdir "python3" "3.7.7" )
nuget_package( pkgdir "python3" "3.9.7" )
file( TO_NATIVE_PATH "${pkgdir}/tools/python.exe" PYTHON )
endif()