When I add it to the build command line:
zig build --search-prefix $HOME --prefix $HOME
Then it is not added to the translate-c command:
/Users/vb/src/pEpEngineBackup/src/pEp.c:1:10: error: 'pEp/keymanagement.h' not found
#include <pEp/keymanagement.h>
^
error: 2 compilation errors
failed command: /opt/local/bin/zig translate-c --cache-dir .zig-cache --global-cache-dir /Users/vb/.cache/zig /Users/vb/src/pEpEngineBackup/src/pEp.c --listen=-
What can I do?