Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ let package = Package(
// priority over some other path on a future toolchain.
.headerSearchPath(useSqlcipher ? "cpp/sqlcipher" : "cpp"),
// cpp/libsql/bridge.hpp unconditionally `#include`s libsql.h (it's
// pulled in from always-compiled files like DBHostObject.hpp, not
// pulled in from always-compiled files like OPDatabase.hpp, not
// just the libsql backend), so libsql.h must resolve regardless of
// whether useLibsql links the actual xcframework binary. CocoaPods
// papered over this with a broad recursive header search path;
Expand Down
2 changes: 1 addition & 1 deletion android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_library(
../cpp/SmartHostObject.cpp
../cpp/PreparedStatementHostObject.cpp
../cpp/DumbHostObject.cpp
../cpp/DBHostObject.cpp
../cpp/OPDatabase.cpp
cpp-adapter.cpp
)

Expand Down
Loading
Loading