Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 7d8504cf6913
Choose a base ref
...
head repository: joyent/libuv
compare: ff3ee844422e
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 13, 2013

  1. build: set OS=="android" for android builds

    Work around the build name issues by instead manually adding the build
    target for android builds using '-DOS=android'
    
    This additionally resolves problems caused by the OS variable being
    rewritten from "android" to "linux" in gyp. This causes errors, as
    real-time support (-lrt) and pthread support (-lpthread) is not
    available in the android NDK toolchain as libraries.
    
    The functions present in these libraries are included automatically
    during the build instead during the android compilation process.
    Linus Mårtensson authored and bnoordhuis committed Jun 13, 2013
    Copy the full SHA
    ff3ee84 View commit details
    Browse the repository at this point in the history