Skip to content

Commit

Permalink
fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Mar 16, 2024
1 parent 64ba058 commit 789c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def opencv_dir(self, dir: Path) -> str:
elif self.settings.os == "Linux":
return str(dir / "lib" / "cmake" / "opencv4")
elif self.settings.os == "Macos":
return str(dir)
return str(dir / "lib" / "cmake" / "opencv4")
elif self.settings.os == "Android":
return str(dir / "sdk" / "native" / "jni")
elif self.settings.os == "iOS":
Expand Down

0 comments on commit 789c90d

Please sign in to comment.