mirror of https://github.com/axmolengine/axmol.git
Package the js directory
This commit is contained in:
parent
d4948939b6
commit
421d60e4f2
|
@ -65,6 +65,11 @@ if [ -f "$file" ]; then
|
|||
fi
|
||||
done
|
||||
|
||||
# copy js
|
||||
if [ -d "$APP_ROOT/js" ]; then
|
||||
cp -rf "$APP_ROOT/js" "$APP_ANDROID_ROOT"/assets
|
||||
fi
|
||||
|
||||
if [[ "$buildexternalsfromsource" ]]; then
|
||||
echo "Building external dependencies from source"
|
||||
"$NDK_ROOT"/ndk-build -C "$APP_ANDROID_ROOT" $* \
|
||||
|
|
Loading…
Reference in New Issue