8000 SQLCipher headers are installed into ${includedir}/sqlcipher · g-coder/sqlcipher@82c0087 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82c0087

Browse files
committed
SQLCipher headers are installed into ${includedir}/sqlcipher
see line sqlcipher#163 of Makefile.in
1 parent e7b8d1f commit 82c0087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Description: SQL database engine
1010
Version: @PACKAGE_VERSION@
1111
Libs: -L${libdir} -lsqlcipher
1212
Libs.private: @LIBS@
13-
Cflags: -I${includedir}
13+
Cflags: -I${includedir}/sqlcipher

0 commit comments

Comments
 (0)
0