Re-enabled sequential builds for the build farm

This commit is contained in:
Thomas Nagy 2012-07-05 10:37:29 +02:00
parent e869a58021
commit 1ca31f8ddf
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ def gcc_modifier_platform(conf):
# and if it's not recognised, it fallbacks to sys.platform.
gcc_modifier_func = getattr(conf, 'gcc_modifier_' + conf.env.DEST_OS, None)
if gcc_modifier_func:
gcc_modifier_func()
gcc_modifier_func()
def configure(conf):
"""

View File

@ -136,7 +136,7 @@ def gxx_modifier_platform(conf):
# and if it's not recognised, it fallbacks to sys.platform.
gxx_modifier_func = getattr(conf, 'gxx_modifier_' + conf.env.DEST_OS, None)
if gxx_modifier_func:
gxx_modifier_func()
gxx_modifier_func()
def configure(conf):
"""