Commit bc196de
fix(ffi): remove C header requirement from Zig build
- Remove mandatory installFile for include/proven.h
- Fix unused parameter error in proven_header_build_csp
- The Zig FFI exposes C ABI but doesn't require C headers
- Modern consumers (Zig, Rust via zig-cc) work without headers
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2712390 commit bc196de
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
925 | | - | |
| 925 | + | |
| 926 | + | |
926 | 927 | | |
927 | 928 | | |
928 | 929 | | |
| |||
0 commit comments