Skip to content

Commit 7f0f987

Browse files
committed
enable rtc_build_tools that build libc++.a
1 parent 13a838d commit 7f0f987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if (NOT EXISTS ${WEBRTCOBJS}/${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_
8181
endif()
8282
endif()
8383

84-
set (WEBRTCARGS rtc_include_tests=false\nrtc_enable_protobuf=false\nrtc_build_examples=false\nrtc_build_tools=false\ntreat_warnings_as_errors=false\nenable_js_protobuf=false\nuse_glib=false\n)
84+
set (WEBRTCARGS rtc_include_tests=false\nrtc_enable_protobuf=false\nrtc_build_examples=false\ntreat_warnings_as_errors=false\nenable_js_protobuf=false\nuse_glib=false\n)
8585
set (WEBRTCARGS libyuv_use_sme=false\n${WEBRTCARGS})
8686
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND NOT WIN32)
8787
set (WEBRTCARGS use_custom_libcxx=true\n${WEBRTCARGS})

0 commit comments

Comments
 (0)