We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a067c commit 0ae4613Copy full SHA for 0ae4613
1 file changed
examples/examples.gni
@@ -4,6 +4,6 @@
4
5
declare_args() {
6
# 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
+ # Use this GN arg to enable building the examples.
+ build_embedder_examples = false
9
}
0 commit comments