Skip to content

Commit

Permalink
Fixed build on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Barberio <[email protected]>
  • Loading branch information
insomniacslk committed Aug 29, 2024
1 parent 05a3042 commit a3c5db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
include_dirs=[
'../include',
'/usr/include/jsoncpp', # specific to debian-like systems
'/opt/homebrew/include', #specific to MacOS
],
sources=sources,
extra_compile_args=[
Expand Down

0 comments on commit a3c5db8

Please sign in to comment.