Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit bb556b8

Browse files
committed
Merge pull request opencv#4124 from ruslo:android.fix
2 parents bc544e2 + 0fcc5fa commit bb556b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/java/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ else()
282282
set(LIB_NAME_SUFIX "${OPENCV_VERSION_MAJOR}${OPENCV_VERSION_MINOR}${OPENCV_VERSION_PATCH}")
283283
endif()
284284

285+
file(MAKE_DIRECTORY "${OpenCV_BINARY_DIR}/bin")
286+
285287
# step 4: build jar
286288
if(ANDROID)
287289
set(JAR_FILE "${OpenCV_BINARY_DIR}/bin/classes.jar")

0 commit comments

Comments
 (0)