mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-08-05 22:43:17 +00:00
Update ffi/codegen/meta.nim
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
parent
48c7901718
commit
2a8db23c0c
@ -173,7 +173,7 @@ const ffiOutputDir* {.strdefine.} = ""
|
||||
# set with -d:ffiSrcPath=../relative/path.nim
|
||||
const ffiSrcPath* {.strdefine.} = ""
|
||||
|
||||
# When set, scalar-only `abi = c` procs (which have no foreign-binding codegen
|
||||
# When set to true, scalar-only `abi = c` procs (which have no foreign-binding codegen
|
||||
# yet) are silently omitted from the generated bindings instead of failing the
|
||||
# build. Off by default so the drop is loud; see genBindings().
|
||||
const ffiAllowScalarSkip* {.booldefine.} = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user