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

[cmake] Fix building main executable #10694

Merged
merged 2 commits into from
Oct 13, 2016
Merged

Conversation

fetzerch
Copy link
Member

@fetzerch fetzerch commented Oct 12, 2016

  • make kodi on android will be enough to compile libkodi.so and all shared libraries.
  • Libs and dependencies are not added twice to the linker command.

build: http://jenkins.kodi.tv/view/Helpers/job/BuildMulti-All/1659/

pings: @wsnipex, @hudokkow

The target_link_libraries command with PUBLIC for lib${APP_NAME_LC}
already propagates the libraries to the main binary, there's no need
to add them a second time.
@fetzerch fetzerch added Type: Fix non-breaking change which fixes an issue CMake labels Oct 12, 2016
When building for android 'make kodi' couldn't build the shared
libraries (as it was causing a circular dependency).

This has been resolved with xbmc@88f02f2.
@fetzerch
Copy link
Member Author

Build errors in travis unrelated.

@fetzerch fetzerch merged commit 3b6ea54 into xbmc:master Oct 13, 2016
@fetzerch fetzerch deleted the cmake_linking branch October 13, 2016 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants