From f252f2aea1e06c18379f31f2abdbb4bdbda5cf93 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:54:02 +0200 Subject: [ FIXES ] Fix build on Mac OS, should lookup for library at /usr/local/. Add this line as well inside .zshrc, any one really. export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib Signed-off-by: Amlal El Mahrouss --- src/manifest_builder.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/manifest_builder.cxx b/src/manifest_builder.cxx index 81f2c8e..394432f 100644 --- a/src/manifest_builder.cxx +++ b/src/manifest_builder.cxx @@ -14,6 +14,7 @@ #include #include +#include using json = nlohmann::json; -- cgit v1.2.3