mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
changes so mono.data.sqlite use dllmap
This commit is contained in:
@@ -81,8 +81,7 @@ namespace OpenSim.Data.SQLite
|
||||
/// <param name="dbconnect">connect string</param>
|
||||
override public void Initialise(string dbconnect)
|
||||
{
|
||||
if (Util.IsWindows())
|
||||
Util.LoadArchSpecificWindowsDll("sqlite3.dll");
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SQLiteAssetData).Assembly);
|
||||
|
||||
if (dbconnect.Length == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user