Skip to content

Commit

Permalink
add missing build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Nov 2, 2023
1 parent 39f1df4 commit 703f2d8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ description = """Effing package management! Build packages for multiple platform

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}

builddependencies = [
('binutils', '2.39'),
]

dependencies = [
('Ruby', local_rubyver),
]
Expand Down

0 comments on commit 703f2d8

Please sign in to comment.