Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Dec 24, 2024
1 parent 1e42cc0 commit 51ae35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/suites/credentials/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ source_set("dac_provider") {
]

# nuttx keeps a copy of jsoncpp, so don't add it as a dependency
# when building for nuttx, otherwise the build will fails at link
# when building for nuttx, otherwise the build will fail at link
# time due to duplicate symbols
if (current_os != "nuttx") {
deps += [ "${chip_root}/third_party/jsoncpp" ]
Expand Down

0 comments on commit 51ae35d

Please sign in to comment.