Skip to content

Commit

Permalink
homebrew changed places for library, update
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyue100 committed Dec 6, 2023
1 parent d5b923e commit fa01099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
if os.uname()[1] == "raspberrypi":
libcaer_lib = "/usr/lib/arm-linux-gnueabihf"
elif platform == "darwin":
libcaer_include = "/usr/local/include"
libcaer_lib = "/usr/local/lib"
libcaer_include = "/opt/homebrew/include"
libcaer_lib = "/opt/homebrew/lib"
elif "win" in platform:
libcaer_include = "C:/msys64/mingw64/include"
libcaer_lib = "C:/msys64/mingw64/lib"
Expand Down

0 comments on commit fa01099

Please sign in to comment.