Skip to content

Commit 534db51

Browse files
committed
fix: NITRO_SQLITE_USE_PHONE_VERSION flag ignored files
1 parent 9dafb5a commit 534db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/RNNitroSQLite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Pod::Spec.new do |s|
7070
end
7171

7272
if ENV['NITRO_SQLITE_USE_PHONE_VERSION'] == '1' then
73-
s.exclude_files = "cpp/sqlite3.c", "cpp/sqlite3.h"
73+
s.exclude_files = "cpp/sqlite/sqlite3.c", "cpp/sqlite/sqlite3.h", "cpp/sqlite/sqlite3ext.h", "cpp/sqlite/shell.c"
7474
s.library = "sqlite3"
7575
end
7676
end

0 commit comments

Comments
 (0)