Update ffi/codegen/meta.nim

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
Gabriel Cruz 2026-07-09 16:27:37 -03:00 committed by GitHub
parent 48c7901718
commit 2a8db23c0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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