Skip to content

Commit

Permalink
Merge pull request #26 from wbehrens-on-gh/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi authored Aug 1, 2023
2 parents 2864e8d + 0a03089 commit a962f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs.zig
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ fn linkToOpenCV(exe: *std.build.LibExeObjStep) void {
exe.linkSystemLibrary("c");
},
else => {
exe.addIncludePath("/usr/include");
exe.addIncludePath("/usr/include/opencv4");
exe.addIncludePath("/usr/local/include");
exe.addIncludePath("/usr/local/include/opencv4");
exe.addIncludePath("/opt/homebrew/include");
Expand Down

0 comments on commit a962f25

Please sign in to comment.