Skip to content

Commit 4bae97e

Browse files
authored
Corrected the gn gen --args (#31473)
1 parent 2fda242 commit 4bae97e

File tree

1 file changed

+2
-2
lines changed
  • examples/energy-management-app/linux

1 file changed

+2
-2
lines changed

examples/energy-management-app/linux/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ reserved int64_t test event trigger codes.
170170
By default the test event support is not enabled, and when compiling the example
171171
app you need to add `chip_enable_energy_evse_trigger=true` to the gn args.
172172

173-
$ gn gen out/debug
174-
$ ninja -C out/debug --args='chip_enable_energy_evse_trigger=true'
173+
$ gn gen out/debug --args='chip_enable_energy_evse_trigger=true'
174+
$ ninja -C out/debug
175175

176176
Once the application is built you also need to tell it at runtime what the
177177
chosen enable key is using the `--enable-key` command line option.

0 commit comments

Comments
 (0)