removing uneeded flag

This commit is contained in:
Richard Ramos 2020-05-12 12:06:52 -04:00
parent 70cc3cf049
commit 95ca41016f
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,7 @@ version = "0.1.0"
author = "Status Research & Development GmbH"
description = "A wrapper for SQLCipher"
license = "MIT"
skipDirs = @["test"]
# Dependencies
requires "nim >= 1.0.0"

View File

@ -1,9 +1,12 @@
import sqlcipher_abi
# TODO: ask about this
{.passL: "-lpthread".}
# TODO: ask about this
{.passL: "../libcrypto.a".}
{.passC: "-DSQLITE_HAS_CODEC".}
when isMainModule:
var