mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Backported MACOSX OS identifier into Prebuild.
This commit is contained in:
@@ -138,6 +138,11 @@ namespace Prebuild.Core.Parse
|
||||
return "Win32";
|
||||
}
|
||||
|
||||
if (File.Exists("/System/Library/Frameworks/Cocoa.framework/Cocoa"))
|
||||
{
|
||||
return "MACOSX";
|
||||
}
|
||||
|
||||
/*
|
||||
* .NET 1.x, under Mono, the UNIX code is 128. Under
|
||||
* .NET 2.x, Mono or MS, the UNIX code is 4
|
||||
|
||||
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
Reference in New Issue
Block a user