Skip to content

Commit b2e6bbf

Browse files
authored
Merge pull request #1 from docpitz/build_xcode12
Fix for the build error in XCode12
2 parents b8a8673 + 66d4c76 commit b2e6bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLiteObjc/include/SQLiteObjc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#if defined(SQLITE_SWIFT_STANDALONE)
2727
@import sqlite3;
2828
#else
29-
@import SQLite3;
29+
@import SQLCipher.sqlite3;
3030
#endif
3131

3232
NS_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)