mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01: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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user