mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 09:18:11 +00:00
fix regression from upstream merge conflict resoultion preventing non-amalgamated build
This commit is contained in:
parent
81769c189a
commit
cf8df7e2a8
@ -645,9 +645,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlcipher.la
|
|||||||
-version-info "8:6:8" \
|
-version-info "8:6:8" \
|
||||||
-avoid-version
|
-avoid-version
|
||||||
|
|
||||||
sqlcipher$(TEXE): shell.c sqlite3.c libsqlcipher.la
|
sqlcipher$(TEXE): shell.c libsqlcipher.la
|
||||||
$(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \
|
$(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \
|
||||||
shell.c sqlite3.c libsqlcipher.la \
|
shell.c libsqlcipher.la \
|
||||||
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)"
|
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)"
|
||||||
|
|
||||||
sqldiff$(TEXE): $(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h
|
sqldiff$(TEXE): $(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user