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

[mono-runtimes, monodroid] Fix Mono runtime building, dependencies #83

Merged
merged 1 commit into from
Jun 15, 2016

Commits on Jun 15, 2016

  1. [mono-runtimes, monodroid] Fix Mono runtime building, dependencies

    Commit 6bb1016 "broke" `build-tools/mono-runtimes`, in that it didn't
    build any Android target JIT ABIs, because it used the wrong MSBuild
    property for the condition checks -- it used
    `$(AndroidSupportedTargetJitAbis)`, not
    `$(AndroidSupportedTargetJitAbisForConditionalChecks)`. Doh!
    
    Fix that.
    
    Additionally, `src/monodroid` needs to depend upon
    `build-tools/mono-runtimes` because it depends upon eglib-config.h,
    which is generated as part of the mono build. `src/monodroid` doens't
    depend upon the generated `libmonosgen-2.0.so` file, but it *does*
    depend upon the build tree.
    jonpryor committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    8dabf5a View commit details
    Browse the repository at this point in the history