Skip to content

Commit

Permalink
Updated binary path for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches authored Feb 21, 2024
1 parent d9ec2a1 commit fb721ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ffi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ String _getPath() {
if (Platform.isWindows) {
return "opencv_ffi.dll";
} else if (Platform.isMacOS) {
return "opencv_ffi.dylib";
return "libopencv_ffi.dylib";
} else if (Platform.isLinux) {
return "libopencv_ffi.so";
} else {
Expand Down

0 comments on commit fb721ce

Please sign in to comment.