Skip to content

Commit

Permalink
Clarify ways to set lwip_root
Browse files Browse the repository at this point in the history
  • Loading branch information
mspang committed Dec 15, 2023
1 parent 4567a5b commit 62c0d2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions third_party/lwip/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ import("//build_overrides/chip.gni")
# ]
# }
#
# Then set lwip_root = "//example/lwip" in build args. Defining the
# library directly works too.
# Then set lwip_root = "//example/lwip" in build_overrides (or,
# if declared as an argument in build_overrides, via args).
#
# Defining the library directly works too.
#
# If there's no include paths to add, defines to set, sources to
# compile, or libraries to link, then an empty group target suffices.
Expand Down

0 comments on commit 62c0d2a

Please sign in to comment.