From a3c5db8483168d4927b75417aed899f99544681b Mon Sep 17 00:00:00 2001 From: Andrea Barberio Date: Thu, 29 Aug 2024 12:57:09 +0200 Subject: [PATCH] Fixed build on macos Signed-off-by: Andrea Barberio --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e0364c7..807b29f 100644 --- a/setup.py +++ b/setup.py @@ -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=[