We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cdf38 commit fb3afeeCopy full SHA for fb3afee
SQLite.swift.podspec
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
s.osx.deployment_target = "10.9"
26
27
s.module_map = "podstuff/module.modulemap"
28
- s.xcconfig = { 'OTHER_LDFLAGS': '-lsqlite3' }
+ s.libraries = 'sqlite3'
29
s.source_files = 'SQLite/**/*'
30
s.private_header_files = 'SQLite/Core/fts3_tokenizer.h'
31
end
0 commit comments