Skip to content

Commit

Permalink
add binutils to builddeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jun 10, 2024
1 parent a8a5f32 commit d3247d3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ sources = [{
}]
checksums = ['77aab8e7403b726b30f34474d3177a3b118afb4b0dc57636dc0b2b93274c6bca']

builddependencies = [('make', '4.4.1')]
builddependencies = [
('binutils', '2.40'),
('make', '4.4.1'),
]

files_to_copy = [
'lib',
Expand Down

0 comments on commit d3247d3

Please sign in to comment.