Skip to content

Commit 913c9b6

Browse files
committed
[skip changelog] Enhance test
1 parent a344bfd commit 913c9b6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

legacy/builder/resolve_library.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func ResolveLibrary(ctx *types.Context, header string) *libraries.Library {
5151
// Certain libraries might have the same name but be different.
5252
// This usually happens when the user includes two or more custom libraries that have
5353
// different header name but are stored in a parent folder with identical name, like
54-
// ./Lib1/src/lib1.h and ./Lib2/src/lib2.h
54+
// ./libraries1/Lib/lib1.h and ./libraries2/Lib/lib2.h
5555
// Without this check the library resolution would be stuck in a loop.
5656
// This behaviour has been reported in this issue:
5757
// https://github.com/arduino/arduino-cli/issues/973

0 commit comments

Comments
 (0)