Android port is updated for NDK r6b

This commit is contained in:
Andrey Kamaev
2011-09-02 11:13:32 +00:00
parent 1f0035d2af
commit d4c094745f
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
:: variables required for OpenCV build ::
:: Note: all pathes should be specified without tailing slashes!
SET ANDROID_NDK=C:\full\path\to\your\copy\of\android\NDK\android-ndk-r6
SET ANDROID_NDK=C:\full\path\to\your\copy\of\android\NDK\android-ndk-r6b
SET CMAKE_EXE=C:\full\path\to\cmake\utility\cmake.exe
SET MAKE_EXE=C:\full\path\to\native\port\of\make\utility\make.exe