chore: remove stray `:`

This commit is contained in:
Michael Bradley, Jr 2020-12-16 21:41:05 -06:00
parent 9bc5a2aa62
commit d1ed963f50
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ sqlcipher: $(SQLCIPHER_LIB)
# LD_LIBRARY_PATH is supplied when running tests on Linux
# PATH is supplied when running tests on Windows
ifeq ($(SQLCIPHER_STATIC),false)
PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB))::$${PATH}
PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB)):$${PATH}
ifeq ($(SSL_STATIC),false)
LD_LIBRARY_PATH_TEST ?= $(shell dirname $(SQLCIPHER_LIB)):$(SSL_LIB_DIR)$${LD_LIBRARY_PATH:+:$${LD_LIBRARY_PATH}}
else