mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
44cb24f1bf
* Native one if possible or using memory barrier. * Usage in few places at the moment. * Attempt to fix OSx linkage issue, Meson linking to utils anyway
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_bin
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires: r_util r_io r_socket r_magic
|
|
Libs: -L${libdir} -lr_bin
|
|
Cflags: -I${includedir}/libr
|