mirror of
https://github.com/status-im/nim-sqlcipher.git
synced 2025-02-17 19:57:27 +00:00
chore: remove stray :
This commit is contained in:
parent
9bc5a2aa62
commit
d1ed963f50
2
Makefile
2
Makefile
@ -188,7 +188,7 @@ sqlcipher: $(SQLCIPHER_LIB)
|
|||||||
# LD_LIBRARY_PATH is supplied when running tests on Linux
|
# LD_LIBRARY_PATH is supplied when running tests on Linux
|
||||||
# PATH is supplied when running tests on Windows
|
# PATH is supplied when running tests on Windows
|
||||||
ifeq ($(SQLCIPHER_STATIC),false)
|
ifeq ($(SQLCIPHER_STATIC),false)
|
||||||
PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB))::$${PATH}
|
PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB)):$${PATH}
|
||||||
ifeq ($(SSL_STATIC),false)
|
ifeq ($(SSL_STATIC),false)
|
||||||
LD_LIBRARY_PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB)):$(SSL_LIB_DIR)$${LD_LIBRARY_PATH:+:$${LD_LIBRARY_PATH}}
|
LD_LIBRARY_PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB)):$(SSL_LIB_DIR)$${LD_LIBRARY_PATH:+:$${LD_LIBRARY_PATH}}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user