Commit abbfa848 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Issue 1119 Build for x86. Build script added. Tests are ok.

parent 3e23bb6d
#!/bin/sh
cd `dirname $0`/..
mkdir -p build_x86
cd build_x86
cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment