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

OS X: use JavaVM framework from current Mac OS SDK #149

Merged
merged 1 commit into from
Mar 12, 2015
Merged

OS X: use JavaVM framework from current Mac OS SDK #149

merged 1 commit into from
Mar 12, 2015

Conversation

msmolens
Copy link

Fixes build for OS X 10.10 (Yosemite).
Build failed because JNI headers are missing in the framework path returned by objc.pathForFramework('JavaVM.framework'). This change uses the framework from the current Mac OS SDK, as returned by xcrun, which includes the JNI headers.

@tito
Copy link
Member

tito commented Mar 12, 2015

Perfect. :)

tito added a commit that referenced this pull request Mar 12, 2015
OS X: use JavaVM framework from current Mac OS SDK
@tito tito merged commit c489ec4 into kivy:master Mar 12, 2015
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.

2 participants