Swap _XKEYCHECK_H for _ALLOW_KEYWORD_MACROS, in case it moves to a
different header.
This commit is contained in:
parent
2904c87b62
commit
cbcda61135
@ -65,7 +65,7 @@ for sdk_name in SM.sdks:
|
|||||||
]
|
]
|
||||||
|
|
||||||
if compiler.like('msvc'):
|
if compiler.like('msvc'):
|
||||||
compiler.defines += ['_XKEYCHECK_H']
|
compiler.defines += ['_ALLOW_KEYWORD_MACROS']
|
||||||
if builder.target.platform == 'linux':
|
if builder.target.platform == 'linux':
|
||||||
compiler.postlink += ['-lpthread', '-lrt']
|
compiler.postlink += ['-lpthread', '-lrt']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user