Skip to content

Commit 9568aea

Browse files
authored
fix(readme): update how to specify custom build flags via CocoaPods (#20)
1 parent dda1b96 commit 9568aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ post_install do |installer|
299299
installer.pods_project.targets.each do |target|
300300
if target.name == "react-native-quick-sqlite" then
301301
target.build_configurations.each do |config|
302-
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '<SQLITE_FLAGS>']
302+
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] << 'SQLITE_ENABLE_FTS5=1'
303303
end
304304
end
305305
end

0 commit comments

Comments
 (0)