Skip to content

Commit 9c37e87

Browse files
committed
Don’t overwrite settings
1 parent 47dfa59 commit 9c37e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Pod::Spec.new do |s|
6262
ss.private_header_files = 'SQLite/Core/fts3_tokenizer.h'
6363
ss.xcconfig = {
6464
'OTHER_SWIFT_FLAGS' => '$(inherited) -DSQLITE_SWIFT_SQLCIPHER',
65-
'GCC_PREPROCESSOR_DEFINITIONS' => 'SQLITE_HAS_CODEC=1'
65+
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SQLITE_HAS_CODEC=1'
6666
}
6767

6868
ss.dependency 'SQLCipher'

0 commit comments

Comments
 (0)