Skip to content

Commit

Permalink
fix: OpenCV installation path is incorrect (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Feb 22, 2022
1 parent 6a1d120 commit 6e60f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def run(self):
self._run_command(self._build_opencv_libs())
self._unzip(
os.path.join(_BAZEL_BIN_PATH, 'mediapipe_api', 'opencv_libs.zip'),
os.path.join(_BUILD_PATH, 'Plugins', 'OpenCV'))
os.path.join(_BUILD_PATH, 'Plugins'))

self.console.info('Built native libraries for Desktop')

Expand Down

0 comments on commit 6e60f75

Please sign in to comment.