rizin/librz/lang
Riccardo Schirone 53b4537160 Introduce portable build option to use relative paths
`portable` makes rizin use paths relative to the executable binary path,
so that all resource files (e.g. SDB files) can be retrieved without
having an hard-coded prefix in the binary. By doing so, rizin
installation directory can be moved from location to location and still
work. This is useful when having a static rizin that you want to execute
on another system.

It makes sure that all PATHs defined in rz_userconf.h are just relative
to the prefix and that, in the code, the prefix is prepended to all
these paths.
2021-02-25 19:41:38 +08:00
..
p Introduce portable build option to use relative paths 2021-02-25 19:41:38 +08:00
t
lang.c Run clang-format 2021-01-21 22:05:44 +08:00
meson.build Rename radare to rizin (#68) 2020-11-04 18:56:27 +08:00