mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-14 17:57:08 +02:00
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
--- ./pub_cache/hosted/pub.dev/sqlite3-2.3.0/lib/src/ffi/load_library.dart.orig
|
|
+++ ./pub_cache/hosted/pub.dev/sqlite3-2.3.0/lib/src/ffi/load_library.dart
|
|
@@ -49,7 +49,7 @@
|
|
}
|
|
|
|
// Fall-back to system's libsqlite3 otherwise.
|
|
- return DynamicLibrary.open('libsqlite3.so');
|
|
+ return DynamicLibrary.open('libsqlite3.so.0');
|
|
} else if (Platform.isIOS) {
|
|
try {
|
|
return DynamicLibrary.open('sqlite3.framework/sqlite3');
|