mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
CMake: Fix depot_tools path for Windows
This commit is contained in:
parent
a1d1f3bf15
commit
867ae4f1f4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MTd")
|
|||
|
||||
find_package(Git REQUIRED)
|
||||
if (WIN32)
|
||||
set(PYTHON_EXECUTABLE ${CMAKE_SOURCE_DIR}/Dependencies/depot_tools/python.bat)
|
||||
set(PYTHON_EXECUTABLE ${CMAKE_SOURCE_DIR}/depot_tools/python.bat)
|
||||
else (WIN32)
|
||||
find_package(PythonInterp REQUIRED)
|
||||
endif (WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue