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