mirror of
https://github.com/status-im/nim-sqlcipher.git
synced 2025-02-20 13:08:21 +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"
|
||||
description = "A wrapper for SQLCipher"
|
||||
license = "MIT"
|
||||
skipDirs = @["test"]
|
||||
|
||||
# Dependencies
|
||||
requires "nim >= 1.0.0"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user