Browse Source

wscript: oops, remove trailing colon

pull/2/head
Alibek Omarov 5 years ago
parent
commit
0933261898
  1. 3
      wscript

3
wscript

@ -235,8 +235,7 @@ def configure(conf): @@ -235,8 +235,7 @@ def configure(conf):
if conf.check_cc(header_name='tgmath.h', mandatory=False):
tgmath_usable = conf.check_cc(fragment='''#include<tgmath.h>
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)
else:
conf.undefine('HAVE_TGMATH_H')

Loading…
Cancel
Save