Fixed builder not passing GCC version in some cases (bug 3750, r=ds, a12=ds).
This commit is contained in:
parent
16756e550f
commit
569f4646a0
@ -75,11 +75,11 @@ namespace builder
|
||||
}
|
||||
else if (lib.build_mode == BuildMode.BuildMode_OldMetamod)
|
||||
{
|
||||
makefile_args = "ENGINE=\"original\"";
|
||||
makefile_args += "ENGINE=\"original\"";
|
||||
}
|
||||
else if (lib.build_mode == BuildMode.BuildMode_Left4Dead)
|
||||
{
|
||||
makefile_args = "ENGINE=\"left4dead\"";
|
||||
makefile_args += "ENGINE=\"left4dead\"";
|
||||
}
|
||||
|
||||
/* Clean the project first */
|
||||
|
Loading…
Reference in New Issue
Block a user