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:
parent
5b01ec2f43
commit
4ef309ae2a
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user