We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63812c0 commit 82d2e3fCopy full SHA for 82d2e3f
1 file changed
setup.py
@@ -146,6 +146,7 @@ class LibSQLCipherBuilder(build_ext):
146
description = ("Build C extension linking against libsqlcipher library.")
147
148
def build_extension(self, ext):
149
+ ext.extra_compile_args.append("-I/usr/include/sqlcipher/")
150
ext.extra_link_args.append("-lsqlcipher")
151
build_ext.build_extension(self, ext)
152
0 commit comments