wscript: oops, remove trailing colon
This commit is contained in:
parent
e93d362391
commit
0933261898
1 changed files with 2 additions and 3 deletions
3
wscript
3
wscript
|
@ -235,8 +235,7 @@ def configure(conf):
|
||||||
if conf.check_cc(header_name='tgmath.h', mandatory=False):
|
if conf.check_cc(header_name='tgmath.h', mandatory=False):
|
||||||
tgmath_usable = conf.check_cc(fragment='''#include<tgmath.h>
|
tgmath_usable = conf.check_cc(fragment='''#include<tgmath.h>
|
||||||
int main(void){ return (int)sin(2.0f); }''',
|
int main(void){ return (int)sin(2.0f); }''',
|
||||||
msg='Checking if tgmath.h is usable', mandatory=False):
|
msg='Checking if tgmath.h is usable', mandatory=False)
|
||||||
|
|
||||||
conf.define_cond('HAVE_TGMATH_H', tgmath_usable)
|
conf.define_cond('HAVE_TGMATH_H', tgmath_usable)
|
||||||
else:
|
else:
|
||||||
conf.undefine('HAVE_TGMATH_H')
|
conf.undefine('HAVE_TGMATH_H')
|
||||||
|
|
Loading…
Add table
Reference in a new issue