Skip to content

Commit

Permalink
Disable building examples by default (#30946)
Browse files Browse the repository at this point in the history
This should be paired with a recipe change to enable building the example on CI that I'll prepare shortly.
  • Loading branch information
zanderso authored Jan 20, 2022
1 parent 57a067c commit 0ae4613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/examples.gni
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

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

0 comments on commit 0ae4613

Please sign in to comment.