Skip to content

Commit

Permalink
Change location of Android NDK/SDK used
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Jun 29, 2016
1 parent 05dc407 commit b8bf830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo 'PATH: ' $PATH

cd build
npm install .
node scons.js build --android-ndk /Users/build/android-ndk-r11c --android-sdk /Users/build/android-sdk-macosx
node scons.js build --android-ndk /opt/android-ndk-r11c --android-sdk /opt/android-sdk
node scons.js package android ios --version-tag $VTAG
cd ..

Expand Down

0 comments on commit b8bf830

Please sign in to comment.