Skip to content

Commit

Permalink
fix android-build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerjake committed May 30, 2016
1 parent 30d45f9 commit 59616eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ popd > /dev/null
BUILD_PATH="$PROJECT_PATH/build-android"
rm -rf "$BUILD_PATH"
EXTERNAL_PATH="$PROJECT_PATH/external-lib"
SDL_PATH="$EXTERNAL_PATH/SDL2-2.0.3"
LIBPNG_PATH="$EXTERNAL_PATH/libpng-1.6.18"
LIBOGG_PATH="$EXTERNAL_PATH/libogg-1.3.2"
LIBVORBIS_PATH="$EXTERNAL_PATH/libvorbis-1.3.5"
SDL_PATH="$EXTERNAL_PATH/SDL"
LIBPNG_PATH="$EXTERNAL_PATH/libpng"
LIBOGG_PATH="$EXTERNAL_PATH/ogg"
LIBVORBIS_PATH="$EXTERNAL_PATH/vorbis"
OPENSSL_PATH="$EXTERNAL_PATH/android-external-openssl"
RESOURCES_PATH="$PROJECT_PATH/res"
NCPUS="1"
Expand Down

0 comments on commit 59616eb

Please sign in to comment.