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

Remove native flag and add kernel,stdlib to app deps #1

Merged
merged 1 commit into from May 24, 2013

Commits on May 24, 2013

  1. Remove native flag and add kernel,stdlib to app deps

    With Riak, we ship an erlang VM without HiPE which causes
    warnings when bear tries to use the `native` flag to compile.
    
    Also, this commit adds [kernel,stdlib] to bear's application
    list in the .app file.  This hopefully will help with shutdown
    issues in riak when applications aren't unloaded properly.
    jaredmorrow committed May 24, 2013
    Copy the full SHA
    da820a1 View commit details
    Browse the repository at this point in the history