Things, bothering scanner so much are in ../Externals directory..

This commit is contained in:
AlexanderR 2013-10-27 23:09:11 +11:00
parent f1a32c514a
commit d8a885965f

View file

@ -32,7 +32,7 @@ Repo:https://code.google.com/p/dolphin-emu/
Build Version:0.11,11,4.0,buildjni=no,extlibs=android/android-support-v13.jar,subdir=Source/Android,\
init=\
rm -r libs/* ../../Externals/msvcrt/ ../../Installer/dxredist/ && \
find -L -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete,\
find -L ../../Externals/ -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete,\
build=cd .. &&\
cmake -DANDROID=True -DANDROID_NATIVE_API_LEVEL=android-14 \
-DCMAKE_TOOLCHAIN_FILE=../Source/Android/android.toolchain.cmake \