add include dir
This commit is contained in:
parent
f812c52054
commit
04f5d5c96a
|
@ -4,4 +4,8 @@
|
|||
import sqlite3_gen
|
||||
export sqlite3_gen
|
||||
|
||||
# Needed on windows
|
||||
from os import splitPath
|
||||
{.passC:"-I" & currentSourcePath().splitPath.head .}
|
||||
|
||||
proc sqlite3_bind_blob*(pstmt: ptr sqlite3_stmt, param: cint, value: pointer, n: cint, dispose: proc (v: pointer) {.cdecl.}): cint {.importc, header: "sqlite3.h", cdecl.}
|
||||
|
|
Loading…
Reference in New Issue