Skip to content

Commit

Permalink
Add missing dependency on aslod.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 18, 2024
1 parent 379f1d2 commit 96e06ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions plat/cpm/build-tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ return installable {
["$(PLATDEP)/cpm/top"] = "+top",
["$(PLATIND)/descr/cpm"] = "./descr",
"util/opt+pkg",
"util/amisc+aslod-pkg",
}
}
1 change: 1 addition & 0 deletions plat/msdos386/build-tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ return installable {
["$(PLATDEP)/msdos386/ncg"] = "+ncg",
["$(PLATIND)/descr/msdos386"] = "./descr",
"util/opt+pkg",
"util/amisc+aslod-pkg",
}
}
1 change: 1 addition & 0 deletions plat/msdos86/build-tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ return installable {
["$(PLATDEP)/msdos86/ncg"] = "+ncg",
["$(PLATIND)/descr/msdos86"] = "./descr",
"util/opt+pkg",
"util/amisc+aslod-pkg",
}
}
1 change: 1 addition & 0 deletions plat/rpi/build-tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ return installable {
["$(PLATDEP)/rpi/ncg"] = "+ncg",
["$(PLATIND)/descr/rpi"] = "./descr",
"util/opt+pkg",
"util/amisc+aslod-pkg",
}
}

0 comments on commit 96e06ef

Please sign in to comment.