Zig Version
0.16.0
Steps to Reproduce and Observed Behavior
When I add it to the build command line:
zig build --search-prefix $HOME --prefix $HOME
Then its result 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=-
Expected Behavior
The corresponding parameters of the translate-c command should be filled accordingly when giving --search-prefix on the zig build command line.
### Zig Version
0.16.0
### Steps to Reproduce and Observed Behavior
When I add it to the build command line:
```bash
zig build --search-prefix $HOME --prefix $HOME
```
Then its result is not added to the translate-c command:
```bash
/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=-
```
### Expected Behavior
The corresponding parameters of the translate-c command should be filled accordingly when giving --search-prefix on the zig build command line.