mirror of
https://github.com/radareorg/radare2.git
synced 2026-04-12 21:06:12 +02:00
On distros where 64-bit libraries live in lib64 (Fedora, RHEL, SUSE,
etc.), running ./sys/install.sh would place libr_*.so in /usr/local/lib
and the .pc files in /usr/local/lib/pkgconfig, neither of which is on
the default library or pkg-config search path. Detect this case the
same way RPM-based distros do — via `cc -print-multi-os-directory` —
and pass --libdir=${PREFIX}/lib64 to configure when appropriate.