mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
9 lines
150 B
9 lines
150 B
13 years ago
|
#!/bin/sh
|
||
|
cd `dirname $0`/..
|
||
|
|
||
|
mkdir -p build_mips
|
||
|
cd build_mips
|
||
|
|
||
|
cmake -DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../..
|
||
|
|