Skip to content

Commit

Permalink
Add libm as dependency.
Browse files Browse the repository at this point in the history
This fixes 'undefined reference to powf' on Fedora 40.
  • Loading branch information
Rot127 committed Sep 18, 2024
1 parent 81cad7d commit 4a90852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librz/arch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ rz_arch = library('rz_arch', rz_arch_sources,
rz_type_dep,
rz_il_dep,
capstone_dep,
mth,
dependency('rzspp'),
],
install: true,
Expand Down

0 comments on commit 4a90852

Please sign in to comment.