Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92b74f6

Browse files
committedMar 12, 2025·
restyle
1 parent f502206 commit 92b74f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎BUILD.gn

+1-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
396396

397397
# TODO: #37983: Add darwin support for libdatachannel
398398
# Build the Linux Camera app example.
399-
enable_linux_camera_app_build =
400-
enable_default_builds && (host_os == "linux")
399+
enable_linux_camera_app_build = enable_default_builds && host_os == "linux"
401400

402401
# Build the cc13x2x7_26x2x7 lock app example.
403402
enable_cc13x2x7_26x2x7_lock_app_build = enable_ti_simplelink_builds

0 commit comments

Comments
 (0)
Please sign in to comment.