Skip to content

Commit

Permalink
link to dylib / cleanup unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Nov 6, 2024
1 parent b6d1bb1 commit d7d8a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/crossdb.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# Made by Humans from OpenPeeps
# https://github.com/openpeeps/crossdb-nim

import std/[macros, options, tables]
from std/nativesockets import Port

import ./crossdb/bindings
Expand Down
1 change: 1 addition & 0 deletions src/crossdb/bindings.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
type
va_list* {.importc: "va_list", header: "<stdarg.h>".} = object

{.passL:"-lcrossdb".}
{.push importc, header: "crossdb.h".}
type
xdb_errno_e* = enum
Expand Down

0 comments on commit d7d8a91

Please sign in to comment.