changed scons messages from compilertest to be more consistent with rest of scons framework
This commit is contained in:
parent
669c023de9
commit
59344b6e47
|
|
@ -11,7 +11,7 @@ def checkForCCOption(conf,option):
|
||||||
Adds option to CCFLAGS option is supported by compiler.
|
Adds option to CCFLAGS option is supported by compiler.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
conf.Message("checking whether %s supports %s " % (conf.env['CC'],option))
|
conf.Message("Checking whether %s supports %s... " % (conf.env['CC'],option))
|
||||||
lastCFLAGS=conf.env['CCFLAGS']
|
lastCFLAGS=conf.env['CCFLAGS']
|
||||||
conf.env.Append(CCFLAGS = option)
|
conf.env.Append(CCFLAGS = option)
|
||||||
rc = conf.TryCompile("""
|
rc = conf.TryCompile("""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user