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

libiconv: fix linking shared library for Android #26258

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kambala-decapitator
Copy link
Contributor

Summary

Changes to recipe: libiconv/all

Motivation

libiconv can be built for Android as shared library again

Details

See description and comments in #26255

Also moved applying patches to source()


@@ -131,6 +132,8 @@ def generate(self):
env.define("RANLIB", ":")
env.define("NM", "dumpbin -symbols")
env.define("win32_target", "_WIN32_WINNT_VISTA")
elif self.settings.os == "Android":
env.define("LD", "ld")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franramirez688 must required_conan_version be raised to 2.11 because of this change?

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