remove broken libsqlite3.dylib, let macos find its own for now

This commit is contained in:
UbitUmarov
2025-04-22 19:34:22 +01:00
parent 78228bd4bc
commit 354966cda9
4 changed files with 0 additions and 8 deletions

View File

@@ -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);

View File

@@ -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>

View File

@@ -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.