Out with the old ConVar accessibility hacks, in with the new.
This commit is contained in:
@@ -64,6 +64,8 @@ for sdk_name in SM.sdks:
|
||||
os.path.join(sdk.path, 'public', 'game', 'shared', 'csgo', 'protobuf')
|
||||
]
|
||||
|
||||
if compiler.like('msvc'):
|
||||
compiler.defines += ['_XKEYCHECK_H']
|
||||
if builder.target.platform == 'linux':
|
||||
compiler.postlink += ['-lpthread', '-lrt']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user