We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f502206 commit 92b74f6Copy full SHA for 92b74f6
BUILD.gn
@@ -396,8 +396,7 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
396
397
# TODO: #37983: Add darwin support for libdatachannel
398
# Build the Linux Camera app example.
399
- enable_linux_camera_app_build =
400
- enable_default_builds && (host_os == "linux")
+ enable_linux_camera_app_build = 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