Skip to content

Commit 82d2e3f

Browse files
committed
add include dir for slcipher
1 parent 63812c0 commit 82d2e3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class LibSQLCipherBuilder(build_ext):
146146
description = ("Build C extension linking against libsqlcipher library.")
147147

148148
def build_extension(self, ext):
149+
ext.extra_compile_args.append("-I/usr/include/sqlcipher/")
149150
ext.extra_link_args.append("-lsqlcipher")
150151
build_ext.build_extension(self, ext)
151152

0 commit comments

Comments
 (0)