Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable ld_preload for android target #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nohajc
Copy link

@nohajc nohajc commented Oct 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant