Skip to content

Commit

Permalink
Fix typo in gn_build.sh (#6248)
Browse files Browse the repository at this point in the history
"extra_args" is misspelled as "extra_arg" when generating out/release.
  • Loading branch information
mspang authored and pull[bot] committed May 25, 2021
1 parent 5f8c6f7 commit 1012810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gn_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ echo
_chip_banner "Build: GN configure"

gn --root="$CHIP_ROOT" gen --check --fail-on-unused-args "$CHIP_ROOT/out/debug" --args='target_os="all"'"$extra_args$user_args"
gn --root="$CHIP_ROOT" gen --check --fail-on-unused-args "$CHIP_ROOT/out/release" --args='target_os="all" is_debug=false'"$extra_arg$user_args"
gn --root="$CHIP_ROOT" gen --check --fail-on-unused-args "$CHIP_ROOT/out/release" --args='target_os="all" is_debug=false'"$extra_args$user_args"

_chip_banner "Build: Ninja build"

Expand Down

0 comments on commit 1012810

Please sign in to comment.