mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
update libsndfile to fix linux build
This commit is contained in:
parent
d4cc9a8324
commit
574ca023d9
87 changed files with 1022 additions and 818 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue