mirror of https://github.com/opencv/opencv.git
parent
3e23bb6df6
commit
abbfa848ba
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
#!/bin/sh |
||||
|
||||
cd `dirname $0`/.. |
||||
|
||||
mkdir -p build_x86 |
||||
cd build_x86 |
||||
|
||||
cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../.. |
||||
|
Loading…
Reference in new issue