Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0ae4613

Browse files
authored
Disable building examples by default (#30946)
This should be paired with a recipe change to enable building the example on CI that I'll prepare shortly.
1 parent 57a067c commit 0ae4613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/examples.gni

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
declare_args() {
66
# The example embedders may use dependencies not suitable on all platforms.
7-
# Use this GN arg to disable building the examples.
8-
build_embedder_examples = is_mac || is_linux
7+
# Use this GN arg to enable building the examples.
8+
build_embedder_examples = false
99
}

0 commit comments

Comments
 (0)