mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-12 08:40:58 +00:00
c31d81da26
* support for static build * improved sharard/static build
14 lines
206 B
Meson
14 lines
206 B
Meson
files=[
|
|
'syscall.c',
|
|
'ioports.c'
|
|
]
|
|
|
|
r_syscall = library('r_syscall', files,
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
objects: [
|
|
libr2sdb.extract_all_objects()
|
|
],
|
|
install: true
|
|
)
|