mirror of https://github.com/opencv/opencv.git
parent
11367e2c3d
commit
d64d76086e
4 changed files with 11 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,8 @@ |
||||
#!/bin/sh |
||||
cd `dirname $0`/.. |
||||
|
||||
mkdir -p build_mips |
||||
cd build_mips |
||||
|
||||
cmake -DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../.. |
||||
|
Loading…
Reference in new issue