Skip to content

Commit 112fa63

Browse files
committed
opencv: add annotation
1 parent 351587e commit 112fa63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/opencv.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
def build(
1313
ctx, clean=False, native=False, migration=False, migration_net=False
1414
):
15-
""" """
15+
"""
16+
Build (and cross-compile) the OpenCV image processing library
17+
"""
1618
opencv_dir = join(EXAMPLES_DIR, "opencv")
1719
if native:
1820
build_dir = join(opencv_dir, "build", "native")

0 commit comments

Comments
 (0)