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

Specify RANLIB for android builds #69

Merged
merged 1 commit into from May 7, 2015
Merged

Commits on May 6, 2015

  1. Specify RANLIB for android builds

    When cross compiling from OSX to Android the build system for libpng would
    otherwise invoke the system `ranlib` on an android-targeting archive. This
    invocation would then corrupt the archive, preventing the compiler from working
    with it.
    
    By setting `RANLIB` to the android-specific `ranlib` tool the build system won't
    corrupt the archive, allowing rustc to read it and continue processing it.
    alexcrichton committed May 6, 2015
You can’t perform that action at this time.