Open MaxDesiatov opened 3 months ago
@swift-ci test
Suppose this is a question for @jakepetroules - should swift-toolchain-sqlite use the system dependency for Apple platforms, or is it intentional that all platforms are just using the amalgamation?
@swift-ci test
FWIW without this change due to SwiftPM's bug in systemLibrary
support we get this warning on every macOS build
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
@swift-ci test
@swift-ci test
This means we no longer require users to provide their own system SQLite installation on Linux or Windows.