Commit 156781de authored by Evan Lucas's avatar Evan Lucas Committed by Rod Vagg
Browse files

build: use required platform in android-configure

The introduction of libuv 1.6.0 broke the android-configure script by
not specifying the correct platform. uv_os_homedir uses getpwuid_r
which was not made public until API level 21 on android.

The regression was introduced in a804026c...b5cd2f09

PR-URL: https://github.com/nodejs/node/pull/2501


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 14653c74
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment