Skip to content

Commit 43fc841

Browse files
committed
minor fix to readme compile instructions for shared linking
1 parent c109608 commit 43fc841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Example Static linking (replace /opt/local/lib with the path to libcrypto.a)
3333

3434
Example Dynamic linking
3535

36-
./configure CFLAGS="-DSQLITE_HAS_CODEC -lcrypto"
36+
./configure CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
3737
make
3838

3939
[Encrypting a database]

0 commit comments

Comments
 (0)