mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Put the NINJA_ARGS back
This commit is contained in:
parent
93c874c445
commit
4107165208
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ libwebrtc_command(
|
||||||
#
|
#
|
||||||
libwebrtc_command(
|
libwebrtc_command(
|
||||||
NAME webrtc-build
|
NAME webrtc-build
|
||||||
COMMAND ninja -C out/Default
|
COMMAND ninja ${NINJA_ARGS} -C out/Default
|
||||||
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/src"
|
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/src"
|
||||||
COMMENT "Building WebRTC"
|
COMMENT "Building WebRTC"
|
||||||
DEPENDS webrtc-generate
|
DEPENDS webrtc-generate
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue