Conversation
|
@scovich do you happen to know why the C define is missing in the codegen for |
I believe cbindgen tries to emit a single header that works no matter which features were selected (and uses Most likely you just need to add |
|
@scovich ready for re-review! |
nicklan
left a comment
There was a problem hiding this comment.
nice thanks. just a couple small things
|
Merged! Thanks for the contribution! |
Change list
Add sync engine cfg option to the ffi. This will allow us to build with local file paths only (mostly useful for testing).
How is this tested?
Changed
ffi-test.cto build both a sync and default engine. It should pass both.Note This is a draft because I can't get the test to build right. For some reason, the codegenned c code isn't defining the
SYNC-ENGINEflag. Any ideas @nicklanIssue
This addresses #199