Skip to content

Commit

Permalink
opencv: add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Oct 18, 2024
1 parent 351587e commit 112fa63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/opencv.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
def build(
ctx, clean=False, native=False, migration=False, migration_net=False
):
""" """
"""
Build (and cross-compile) the OpenCV image processing library
"""
opencv_dir = join(EXAMPLES_DIR, "opencv")
if native:
build_dir = join(opencv_dir, "build", "native")
Expand Down

0 comments on commit 112fa63

Please sign in to comment.