Skip to content

Commit abf9797

Browse files
committed
Disable Darwin build
1 parent e235a03 commit abf9797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,10 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
394394
enable_linux_rvc_app_build =
395395
enable_default_builds && (host_os == "linux" || host_os == "mac")
396396

397+
# TODO: #37983: Add darwin support for libdatachannel
397398
# Build the Linux Camera app example.
398399
enable_linux_camera_app_build =
399-
enable_default_builds && (host_os == "linux" || host_os == "mac")
400+
enable_default_builds && (host_os == "linux")
400401

401402
# Build the cc13x2x7_26x2x7 lock app example.
402403
enable_cc13x2x7_26x2x7_lock_app_build = enable_ti_simplelink_builds

0 commit comments

Comments
 (0)