disabled mm:s 1.6-episode1 builds
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401823
This commit is contained in:
parent
474f4d86c6
commit
e1748d9814
@ -172,6 +172,10 @@ namespace builder
|
|||||||
Library [] libs = pkg.GetLibraries();
|
Library [] libs = pkg.GetLibraries();
|
||||||
for (int i=0; i<libs.Length; i++)
|
for (int i=0; i<libs.Length; i++)
|
||||||
{
|
{
|
||||||
|
if (libs[i].build_mode == BuildMode.BuildMode_Episode1)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (!BuildLibrary(pkg, libs[i]))
|
if (!BuildLibrary(pkg, libs[i]))
|
||||||
{
|
{
|
||||||
throw new System.Exception("Failed to compile library: " + libs[i].binary_name);
|
throw new System.Exception("Failed to compile library: " + libs[i].binary_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user