wargio / r2dec-js

radare2 plugin - converts asm to pseudo-C code.
511 stars 48 forks source link

Add r2 sdb include directory to meson.build #229

Closed karliss closed 4 years ago

karliss commented 4 years ago

Detailed description

R2 currently expect libr/sdb folder to be in include path.

The makefile build currently avoids this problem by using pkgconfig. Meson could use that as well but, pkconfig on Windows is somewhat problematic. Doesn't seem like there is a popular and maintained binary distribution of pkgconfig for windows. Cygwin and msys don't count it needs to work outside those environments. If anyone knows let me know.

Test plan

Compile on Windows using meson against latest r2.

Closing issues

...