mirror of
https://github.com/libretro/LudOS.git
synced 2024-12-04 23:46:43 +00:00
scripts/genbuildplan.py: typo
This commit is contained in:
parent
94b9196ebc
commit
00cc78ea68
@ -313,7 +313,7 @@ def processPackages(args, packages, build):
|
||||
elif not args.ignore_invalid:
|
||||
raise Exception("Invalid package! Package %s cannot be found for this PROJECT/DEVICE/ARCH" % dfq_p)
|
||||
|
||||
# To each target-specific node, add the correspnding
|
||||
# To each target-specific node, add the corresponding
|
||||
# target-specific dependency nodes ("edges")
|
||||
for name in node_map:
|
||||
node = node_map[name]
|
||||
|
Loading…
Reference in New Issue
Block a user