We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e235a03 commit abf9797Copy full SHA for abf9797
BUILD.gn
@@ -394,9 +394,10 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
394
enable_linux_rvc_app_build =
395
enable_default_builds && (host_os == "linux" || host_os == "mac")
396
397
+ # TODO: #37983: Add darwin support for libdatachannel
398
# Build the Linux Camera app example.
399
enable_linux_camera_app_build =
- enable_default_builds && (host_os == "linux" || host_os == "mac")
400
+ enable_default_builds && (host_os == "linux")
401
402
# Build the cc13x2x7_26x2x7 lock app example.
403
enable_cc13x2x7_26x2x7_lock_app_build = enable_ti_simplelink_builds
0 commit comments