Skip to content

Commit 954abad

Browse files
committed
rust: remove iOS dependency on system sqlite dylib
I think recent changes to how packages are installed got this linking against our local SQLite, fixing an outstanding issue. Yay!
1 parent 83b8f21 commit 954abad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ lazy_static! {
230230
max_compatibility_version: "150.0.0".try_into().unwrap(),
231231
required: true,
232232
},
233-
MachOAllowedDylib {
234-
name: "/usr/lib/libsqlite3.dylib".to_string(),
235-
max_compatibility_version: "9.0.0".try_into().unwrap(),
236-
required: true,
237-
},
238233
MachOAllowedDylib {
239234
name: "/usr/lib/libSystem.B.dylib".to_string(),
240235
max_compatibility_version: "1.0.0".try_into().unwrap(),

0 commit comments

Comments
 (0)