mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
wscript: fix typo
This commit is contained in:
parent
76c2f90249
commit
e068ebf610
4
wscript
4
wscript
@ -242,8 +242,8 @@ 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…
x
Reference in New Issue
Block a user