mirror of https://github.com/axmolengine/axmol.git
10 lines
271 B
Bash
Executable File
10 lines
271 B
Bash
Executable File
#!/bin/sh
|
|
# This script should be called by create-android-project.bat
|
|
# or should be runned in linux shell. It can not be runned under
|
|
# cygwin.
|
|
# Don't modify the script until you know what you do.
|
|
|
|
# set environment paramters
|
|
|
|
sh `pwd`/create-android-project.sh linux
|