mirror of
https://github.com/status-im/nim-sqlcipher.git
synced 2025-02-21 13:38:09 +00:00
removing uneeded flag
This commit is contained in:
parent
70cc3cf049
commit
95ca41016f
@ -5,6 +5,7 @@ version = "0.1.0"
|
|||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "A wrapper for SQLCipher"
|
description = "A wrapper for SQLCipher"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
skipDirs = @["test"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
requires "nim >= 1.0.0"
|
requires "nim >= 1.0.0"
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
import sqlcipher_abi
|
import sqlcipher_abi
|
||||||
|
|
||||||
# TODO: ask about this
|
|
||||||
{.passL: "-lpthread".}
|
{.passL: "-lpthread".}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: ask about this
|
||||||
{.passL: "../libcrypto.a".}
|
{.passL: "../libcrypto.a".}
|
||||||
{.passC: "-DSQLITE_HAS_CODEC".}
|
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
var
|
var
|
||||||
|
Loading…
x
Reference in New Issue
Block a user