Skip to content
Snippets Groups Projects
Unverified Commit dc485f73 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: make gluon.platform.match() match all boards when no boards are given

parent 4251b4d4
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function match(target, subtarget, boards)
return false
end
if not util.contains(boards, get_board_name()) then
if boards and not util.contains(boards, get_board_name()) then
return false
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment