Skip to content

Commit 8afeb39

Browse files
committed
Update README
1 parent 85262b9 commit 8afeb39

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
@@ -97,7 +97,7 @@ public class TestSQLite : MonoBehaviour
9797

9898

9999
## Modifications made to SQLite-net source code
100-
- The value of `LibraryPath` was changed from `sqlite3` to `__Internal` in WebGL builds and `gilzoide-sqlite-net` for other platforms.
100+
- The value of `LibraryPath` was changed from `sqlite3` to `__Internal` in WebGL/iOS/tvOS/visionOS builds and `gilzoide-sqlite-net` for other platforms.
101101
This makes sure the prebuilt libraries are used instead of the ones provided by the system.
102102
- `LibraryPath` is made public.
103103
This is useful for libraries that want to bind additional native SQLite functions via P/Invoke.

0 commit comments

Comments
 (0)