Skip to content

Commit 3d5ca82

Browse files
committed
ext: sqlcipher dir_config params imply system libs and sqlcipher
1 parent 8726155 commit 3d5ca82

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ext/sqlite3/extconf.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ def libname
3636
end
3737

3838
def sqlcipher?
39-
with_config("sqlcipher")
39+
with_config("sqlcipher") ||
40+
with_config("sqlcipher-dir") ||
41+
with_config("sqlcipher-include") ||
42+
with_config("sqlcipher-lib")
4043
end
4144

4245
def configure_system_libraries

0 commit comments

Comments
 (0)