mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-12 05:10:40 +01:00
Re-enabled sequential builds for the build farm
This commit is contained in:
parent
e869a58021
commit
1ca31f8ddf
@ -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):
|
||||
"""
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user