Skip to content

Commit 14c9535

Browse files
author
Ryan Northey
committed
Merge remote-tracking branch 'upstream/master'
2 parents c45725a + ffa59a9 commit 14c9535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function run_prepare() {
188188
exit -1
189189
fi
190190
if [ ! -d "$ANDROIDNDK" ]; then
191-
echo "ANDROIDNDK=$ANDROIDSDK"
191+
echo "ANDROIDNDK=$ANDROIDNDK"
192192
error "ANDROIDNDK path is invalid, it must be a directory. abort."
193193
exit 1
194194
fi

docs/source/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ After installing them, export both installation path, NDK version and API to use
4949

5050
Also, you must configure you're PATH to add the ``android`` binary::
5151

52-
export PATH=/path/to/android-sdk-linux/tools:$PATH
52+
export PATH=/path/to/android-ndk:/path/to/android-sdk-linux/tools:$PATH
5353

0 commit comments

Comments
 (0)