mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
contrary to some docs, PROCESSOR_ARCHITECTURE is not defined on linux
This commit is contained in:
@@ -197,11 +197,8 @@ namespace OpenSim.Framework.Servers
|
||||
m_log.InfoFormat("[STARTUP]: Processor Architecture: {0}({1})",
|
||||
System.Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE", EnvironmentVariableTarget.Machine),
|
||||
BitConverter.IsLittleEndian ?"le":"be");
|
||||
else
|
||||
m_log.InfoFormat("[STARTUP]: Processor Architecture: {0}({1})",
|
||||
System.Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE"),
|
||||
BitConverter.IsLittleEndian ? "le" : "be");
|
||||
|
||||
// on other platforms we need to wait for .net4.7.1
|
||||
try
|
||||
{
|
||||
StartupSpecific();
|
||||
|
||||
Reference in New Issue
Block a user