mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Build fixes. Build scrips reorganized.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd `dirname $0`/..
|
||||
|
||||
mkdir -p build_android_mips
|
||||
cd build_android_mips
|
||||
|
||||
cmake -DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..
|
||||
Reference in New Issue
Block a user