redhook icon indicating copy to clipboard operation
redhook copied to clipboard

enable ld_preload for android target

Open nohajc opened this issue 3 years ago • 0 comments

Hi, I was trying to build a shared library with the aarch64-linux-android target (for use with Termux) and it didn't work because ld_preload module is enabled for gnu targets only.

After the following change, I was indeed able to run the resulting binary on Android and it worked as expected, so I propose this PR.

nohajc avatar Oct 04 '22 18:10 nohajc