mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
CMake: Fix OSX build command
This commit is contained in:
parent
afacb2c2e0
commit
4a5c2f53a6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ set(GCLIENT_SYNC_COMMAND
|
|||
${DEPOTTOOLS_GCLIENT_EXECUTABLE} sync
|
||||
--revision ${LIBWEBRTC_WEBRTC_REVISION} -n -D)
|
||||
|
||||
set(RETRIEVE_SYSROOT_COMMAND "")
|
||||
set(RETRIEVE_SYSROOT_COMMAND echo)
|
||||
if (UNIX AND NOT APPLE)
|
||||
set(RETRIEVE_SYSROOT_COMMAND ${CMAKE_BINARY_DIR}/src/build/linux/sysroot_scripts/install-sysroot.py --arch=amd64)
|
||||
endif (UNIX AND NOT APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue