update libsndfile to fix linux build

This commit is contained in:
marauder2k7 2025-10-28 17:10:28 +00:00
parent d4cc9a8324
commit 574ca023d9
87 changed files with 1022 additions and 818 deletions

View file

@ -359,7 +359,7 @@ if(NOT Python3_FOUND)
message(FATAL_ERROR "Failed to extract ${python_zip}")
endif()
file(GLOB embedded_python_exe "${python_dir}/python*.exe")
file(GLOB embedded_python_exe "${python_dir}/python.exe")
if(embedded_python_exe)
set(Python_EXECUTABLE "${embedded_python_exe}" CACHE FILEPATH "Path to embedded Python" FORCE)
message(STATUS "Using embedded Python: ${Python_EXECUTABLE}")