mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Issue 1119 Build for x86. Build script added. Tests are ok.
This commit is contained in:
Executable
+9
@@ -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 $@ ../..
|
||||
|
||||
Reference in New Issue
Block a user