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

[binary addons] fix android by using TARGET_LINKER_FILE_NAME instead of TARGET_FILE_NAME #7885

Merged
merged 1 commit into from Aug 25, 2015

Conversation

Montellese
Copy link
Member

Right now binary addons on android are broken because the used TARGET_FILE_NAME generator returns the binary addon's library file name with the trailing version number which is not supported on android. Therefore we need to use the TARGET_LINKER_FILE_NAME generator for android.

@Montellese Montellese added the Type: Fix non-breaking change which fixes an issue label Aug 24, 2015
@Montellese
Copy link
Member Author

@wsnipex: Is this ok for you? jenkins build this please

@wsnipex
Copy link
Member

wsnipex commented Aug 25, 2015

looks fine, thanks

wsnipex added a commit that referenced this pull request Aug 25, 2015
[binary addons] fix android by using TARGET_LINKER_FILE_NAME instead of TARGET_FILE_NAME
@wsnipex wsnipex merged commit f8be3c3 into xbmc:master Aug 25, 2015
@Montellese Montellese deleted the binary_addons_fix_droid branch August 25, 2015 07:20
@hudokkow hudokkow added this to the Jarvis 16.0-alpha2 milestone Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants