re-enabled episode2 builds on linux
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401592
This commit is contained in:
parent
1e9f3296ad
commit
147643591d
@ -170,11 +170,6 @@ namespace builder
|
||||
Library [] libs = pkg.GetLibraries();
|
||||
for (int i=0; i<libs.Length; i++)
|
||||
{
|
||||
if (cfg.Platform == BasePlatform.Platform_Linux
|
||||
&& libs[i].build_mode == BuildMode.BuildMode_Episode2)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (!BuildLibrary(pkg, libs[i]))
|
||||
{
|
||||
throw new System.Exception("Failed to compile library: " + libs[i].binary_name);
|
||||
|
Loading…
Reference in New Issue
Block a user