mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
remove broken libsqlite3.dylib, let macos find its own for now
This commit is contained in:
@@ -685,10 +685,6 @@ namespace OpenSim.Framework
|
||||
int index = kvp.Value.FindIndex(delegate(AvatarAttachment a) { return a.ItemID.Equals(itemID); });
|
||||
if (index >= 0)
|
||||
{
|
||||
//m_log.DebugFormat(
|
||||
// "[AVATAR APPEARANCE]: Detaching attachment {0}, index {1}, point {2}",
|
||||
// m_attachments[kvp.Key][index].ItemID, index, m_attachments[kvp.Key][index].AttachPoint);
|
||||
|
||||
// Remove it from the list of attachments at that attach point
|
||||
m_attachments[kvp.Key].RemoveAt(index);
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<configuration>
|
||||
<dllmap os="windows" cpu="x86-64" dll="sqlite3" target="lib64/sqlite3.dll" />
|
||||
<dllmap os="osx" cpu="x86-64" dll="sqlite3" target="lib64/libsqlite3.dylib" />
|
||||
<dllmap os="osx" cpu="arm64" dll="sqlite3" target="lib64/libsqlite3.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64" dll="sqlite3" target="lib64/libsqlite3_64.so" />
|
||||
</configuration>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<configuration>
|
||||
<dllmap os="windows" cpu="x86-64" dll="sqlite3" target="lib64\sqlite3.dll" />
|
||||
<dllmap os="osx" cpu="x86-64" dll="sqlite3" target="lib64/libsqlite3.dylib" />
|
||||
<dllmap os="osx" cpu="arm64" dll="sqlite3" target="lib64/libsqlite3.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64" dll="sqlite3" target="lib64/libsqlite3_64.so" />
|
||||
</configuration>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user